Shades of Ecru #C6B277
Tints of Ecru #C6B277
RGB
CMYK
RGB Variations
Color information
#C6B277 (or 0xC6B277) is known color: Ecru. HEX triplet: C6, B2 and 77. RGB value is (198,178,119). Sum of RGB (Red+Green+Blue) = 198+178+119=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B277 is #394D88. Grayscale: #B1B1B1. Windows color (decimal): -3755401 or 7844550. OLE color: 7844550.
HSL color Cylindrical-coordinate representation of color #C6B277: hue angle of 44.81º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6B277 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 178 | 119 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.22 |
| HSL | 44.81º | 0.41% | 0.62% | - |
| HSV(B) | 44.81º | 0.4% | 0.78% | - |
| XYZ | 42.54 | 45.18 | 23.93 | - |
| YUV | 177.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 119 | 0 | 0.10 | 0.40 | 0.22 | 44.81 | 0.41 | 0.62 |
| Hex | C6 | B2 | 77 | 0 | A | 28 | 16 | 2D | 29 | 3E |
| Octal | 306 | 262 | 167 | 0 | 12 | 50 | 26 | 55 | 51 | 76 |
| Binary | 11000110 | 10110010 | 1110111 | 0 | 1010 | 101000 | 10110 | 101101 | 101001 | 111110 |
Color Harmonies of #C6B277
Complementary color
Monochromatic Colors of #C6B277
Black with #C6B277
Text Example
Text Example
White with #C6B277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B277; }
p { color: rgb(198,178,119); }
H1.HeaderClassName
{
color: #C6B277;
}
.AnyTagClassName
{
color: #C6B277;
}
</style>
background-color css
<style>
a { background-color: #C6B277; }
a { background-color: rgb(198,178,119); }
div.DivClassName
{
background-color: #C6B277;
}
.BgClassName
{
background-color: #C6B277;
}
</style>
border-color css
<style>
span { border-color: #C6B277; }
span { border-color: rgb(198,178,119); }
td.TdClassName
{
border-color: #C6B277;
}
.TagClassName
{
border-color: #C6B277;
}
</style>