Shades of Ecru #C6B479
Tints of Ecru #C6B479
RGB
CMYK
RGB Variations
Color information
#C6B479 (or 0xC6B479) is known color: Ecru. HEX triplet: C6, B4 and 79. RGB value is (198,180,121). Sum of RGB (Red+Green+Blue) = 198+180+121=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B479 is #394B86. Grayscale: #B2B2B2. Windows color (decimal): -3754887 or 7976134. OLE color: 7976134.
HSL color Cylindrical-coordinate representation of color #C6B479: hue angle of 45.97º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6B479 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 180 | 121 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.22 |
| HSL | 45.97º | 0.4% | 0.63% | - |
| HSV(B) | 45.97º | 0.39% | 0.78% | - |
| XYZ | 43.06 | 46.03 | 24.7 | - |
| YUV | 178.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 180 | 121 | 0 | 0.09 | 0.39 | 0.22 | 45.97 | 0.4 | 0.63 |
| Hex | C6 | B4 | 79 | 0 | 9 | 27 | 16 | 2E | 28 | 3F |
| Octal | 306 | 264 | 171 | 0 | 11 | 47 | 26 | 56 | 50 | 77 |
| Binary | 11000110 | 10110100 | 1111001 | 0 | 1001 | 100111 | 10110 | 101110 | 101000 | 111111 |
Color Harmonies of #C6B479
Complementary color
Monochromatic Colors of #C6B479
Black with #C6B479
Text Example
Text Example
White with #C6B479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B479; }
p { color: rgb(198,180,121); }
H1.HeaderClassName
{
color: #C6B479;
}
.AnyTagClassName
{
color: #C6B479;
}
</style>
background-color css
<style>
a { background-color: #C6B479; }
a { background-color: rgb(198,180,121); }
div.DivClassName
{
background-color: #C6B479;
}
.BgClassName
{
background-color: #C6B479;
}
</style>
border-color css
<style>
span { border-color: #C6B479; }
span { border-color: rgb(198,180,121); }
td.TdClassName
{
border-color: #C6B479;
}
.TagClassName
{
border-color: #C6B479;
}
</style>