What is the RGB code for camel?
The CSS color camel in RGB format is rgb(198, 159, 89). Use this value directly in CSS, SVG, and most design tools.
How do I use camel in CSS?
To apply camel in CSS:
- Text color: color: rgb(198, 159, 89);
- Background: background-color: rgb(198, 159, 89);
- Border: border-color: rgb(198, 159, 89);
What are all the color format values for camel?
| Format | Value |
|---|---|
| HEX | #c69f59 |
| RGB | rgb(198, 159, 89) |
| HSL | hsl(38.5, 48.9%, 56.3%) |
| CMYK | cmyk(0%, 19.7%, 55.1%, 22.4%) |
How do I convert camel to RGB?
Select camel from the color name list in our color converter. The RGB value — rgb(198, 159, 89) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does camel belong to?
camel belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 38.5°, saturation 48.9%, lightness 56.3%.
How do I create lighter and darker shades of camel?
Lighter variant (lightness 71.3%): #dac092. Darker variant (lightness 41.3%): #9d7836. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.