Shades of Ecru #C6AD84
Tints of Ecru #C6AD84
RGB
CMYK
RGB Variations
Color information
#C6AD84 (or 0xC6AD84) is known color: Ecru. HEX triplet: C6, AD and 84. RGB value is (198,173,132). Sum of RGB (Red+Green+Blue) = 198+173+132=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD84 is #39527B. Grayscale: #AFAFAF. Windows color (decimal): -3756668 or 8695238. OLE color: 8695238.
HSL color Cylindrical-coordinate representation of color #C6AD84: hue angle of 37.27º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6AD84 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 173 | 132 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.22 |
| HSL | 37.27º | 0.37% | 0.65% | - |
| HSV(B) | 37.27º | 0.33% | 0.78% | - |
| XYZ | 42.4 | 43.56 | 28 | - |
| YUV | 175.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 132 | 0 | 0.13 | 0.33 | 0.22 | 37.27 | 0.37 | 0.65 |
| Hex | C6 | AD | 84 | 0 | D | 21 | 16 | 25 | 25 | 41 |
| Octal | 306 | 255 | 204 | 0 | 15 | 41 | 26 | 45 | 45 | 101 |
| Binary | 11000110 | 10101101 | 10000100 | 0 | 1101 | 100001 | 10110 | 100101 | 100101 | 1000001 |
Color Harmonies of #C6AD84
Complementary color
Monochromatic Colors of #C6AD84
Black with #C6AD84
Text Example
Text Example
White with #C6AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AD84; }
p { color: rgb(198,173,132); }
H1.HeaderClassName
{
color: #C6AD84;
}
.AnyTagClassName
{
color: #C6AD84;
}
</style>
background-color css
<style>
a { background-color: #C6AD84; }
a { background-color: rgb(198,173,132); }
div.DivClassName
{
background-color: #C6AD84;
}
.BgClassName
{
background-color: #C6AD84;
}
</style>
border-color css
<style>
span { border-color: #C6AD84; }
span { border-color: rgb(198,173,132); }
td.TdClassName
{
border-color: #C6AD84;
}
.TagClassName
{
border-color: #C6AD84;
}
</style>