Shades of Ecru #C6B378
Tints of Ecru #C6B378
RGB
CMYK
RGB Variations
Color information
#C6B378 (or 0xC6B378) is known color: Ecru. HEX triplet: C6, B3 and 78. RGB value is (198,179,120). Sum of RGB (Red+Green+Blue) = 198+179+120=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B378 is #394C87. Grayscale: #B2B2B2. Windows color (decimal): -3755144 or 7910342. OLE color: 7910342.
HSL color Cylindrical-coordinate representation of color #C6B378: hue angle of 45.38º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6B378 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 179 | 120 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.22 |
| HSL | 45.38º | 0.41% | 0.62% | - |
| HSV(B) | 45.38º | 0.39% | 0.78% | - |
| XYZ | 42.8 | 45.6 | 24.32 | - |
| YUV | 177.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 179 | 120 | 0 | 0.10 | 0.39 | 0.22 | 45.38 | 0.41 | 0.62 |
| Hex | C6 | B3 | 78 | 0 | A | 27 | 16 | 2D | 29 | 3E |
| Octal | 306 | 263 | 170 | 0 | 12 | 47 | 26 | 55 | 51 | 76 |
| Binary | 11000110 | 10110011 | 1111000 | 0 | 1010 | 100111 | 10110 | 101101 | 101001 | 111110 |
Color Harmonies of #C6B378
Complementary color
Monochromatic Colors of #C6B378
Black with #C6B378
Text Example
Text Example
White with #C6B378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B378; }
p { color: rgb(198,179,120); }
H1.HeaderClassName
{
color: #C6B378;
}
.AnyTagClassName
{
color: #C6B378;
}
</style>
background-color css
<style>
a { background-color: #C6B378; }
a { background-color: rgb(198,179,120); }
div.DivClassName
{
background-color: #C6B378;
}
.BgClassName
{
background-color: #C6B378;
}
</style>
border-color css
<style>
span { border-color: #C6B378; }
span { border-color: rgb(198,179,120); }
td.TdClassName
{
border-color: #C6B378;
}
.TagClassName
{
border-color: #C6B378;
}
</style>