Shades of Ecru #C6AC7B
Tints of Ecru #C6AC7B
RGB
CMYK
RGB Variations
Color information
#C6AC7B (or 0xC6AC7B) is known color: Ecru. HEX triplet: C6, AC and 7B. RGB value is (198,172,123). Sum of RGB (Red+Green+Blue) = 198+172+123=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AC7B is #395384. Grayscale: #AEAEAE. Windows color (decimal): -3756933 or 8105158. OLE color: 8105158.
HSL color Cylindrical-coordinate representation of color #C6AC7B: hue angle of 39.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6AC7B is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 123 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.22 |
| HSL | 39.2º | 0.4% | 0.63% | - |
| HSV(B) | 39.2º | 0.38% | 0.78% | - |
| XYZ | 41.62 | 42.94 | 24.83 | - |
| YUV | 174.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 123 | 0 | 0.13 | 0.38 | 0.22 | 39.2 | 0.4 | 0.63 |
| Hex | C6 | AC | 7B | 0 | D | 26 | 16 | 27 | 28 | 3F |
| Octal | 306 | 254 | 173 | 0 | 15 | 46 | 26 | 47 | 50 | 77 |
| Binary | 11000110 | 10101100 | 1111011 | 0 | 1101 | 100110 | 10110 | 100111 | 101000 | 111111 |
Color Harmonies of #C6AC7B
Complementary color
Monochromatic Colors of #C6AC7B
Black with #C6AC7B
Text Example
Text Example
White with #C6AC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AC7B; }
p { color: rgb(198,172,123); }
H1.HeaderClassName
{
color: #C6AC7B;
}
.AnyTagClassName
{
color: #C6AC7B;
}
</style>
background-color css
<style>
a { background-color: #C6AC7B; }
a { background-color: rgb(198,172,123); }
div.DivClassName
{
background-color: #C6AC7B;
}
.BgClassName
{
background-color: #C6AC7B;
}
</style>
border-color css
<style>
span { border-color: #C6AC7B; }
span { border-color: rgb(198,172,123); }
td.TdClassName
{
border-color: #C6AC7B;
}
.TagClassName
{
border-color: #C6AC7B;
}
</style>