Shades of Ecru #C6B474
Tints of Ecru #C6B474
RGB
CMYK
RGB Variations
Color information
#C6B474 (or 0xC6B474) is known color: Ecru. HEX triplet: C6, B4 and 74. RGB value is (198,180,116). Sum of RGB (Red+Green+Blue) = 198+180+116=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B474 is #394B8B. Grayscale: #B2B2B2. Windows color (decimal): -3754892 or 7648454. OLE color: 7648454.
HSL color Cylindrical-coordinate representation of color #C6B474: hue angle of 46.83º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6B474 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 180 | 116 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.22 |
| HSL | 46.83º | 0.42% | 0.62% | - |
| HSV(B) | 46.83º | 0.41% | 0.78% | - |
| XYZ | 42.76 | 45.91 | 23.13 | - |
| YUV | 178.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 180 | 116 | 0 | 0.09 | 0.41 | 0.22 | 46.83 | 0.42 | 0.62 |
| Hex | C6 | B4 | 74 | 0 | 9 | 29 | 16 | 2F | 2A | 3E |
| Octal | 306 | 264 | 164 | 0 | 11 | 51 | 26 | 57 | 52 | 76 |
| Binary | 11000110 | 10110100 | 1110100 | 0 | 1001 | 101001 | 10110 | 101111 | 101010 | 111110 |
Color Harmonies of #C6B474
Complementary color
Monochromatic Colors of #C6B474
Black with #C6B474
Text Example
Text Example
White with #C6B474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B474; }
p { color: rgb(198,180,116); }
H1.HeaderClassName
{
color: #C6B474;
}
.AnyTagClassName
{
color: #C6B474;
}
</style>
background-color css
<style>
a { background-color: #C6B474; }
a { background-color: rgb(198,180,116); }
div.DivClassName
{
background-color: #C6B474;
}
.BgClassName
{
background-color: #C6B474;
}
</style>
border-color css
<style>
span { border-color: #C6B474; }
span { border-color: rgb(198,180,116); }
td.TdClassName
{
border-color: #C6B474;
}
.TagClassName
{
border-color: #C6B474;
}
</style>