Shades of Chenin #E6C069
Tints of Chenin #E6C069
RGB
CMYK
RGB Variations
Color information
#E6C069 (or 0xE6C069) is known color: Chenin. HEX triplet: E6, C0 and 69. RGB value is (230,192,105). Sum of RGB (Red+Green+Blue) = 230+192+105=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C069 is #193F96. Grayscale: #C1C1C1. Windows color (decimal): -1654679 or 6930662. OLE color: 6930662.
HSL color Cylindrical-coordinate representation of color #E6C069: hue angle of 41.76º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6C069 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 105 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.10 |
| HSL | 41.76º | 0.71% | 0.66% | - |
| HSV(B) | 41.76º | 0.54% | 0.9% | - |
| XYZ | 54.03 | 55.54 | 21.24 | - |
| YUV | 193.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 105 | 0 | 0.17 | 0.54 | 0.10 | 41.76 | 0.71 | 0.66 |
| Hex | E6 | C0 | 69 | 0 | 11 | 36 | A | 2A | 47 | 42 |
| Octal | 346 | 300 | 151 | 0 | 21 | 66 | 12 | 52 | 107 | 102 |
| Binary | 11100110 | 11000000 | 1101001 | 0 | 10001 | 110110 | 1010 | 101010 | 1000111 | 1000010 |
Color Harmonies of #E6C069
Complementary color
Monochromatic Colors of #E6C069
Black with #E6C069
Text Example
Text Example
White with #E6C069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C069; }
p { color: rgb(230,192,105); }
H1.HeaderClassName
{
color: #E6C069;
}
.AnyTagClassName
{
color: #E6C069;
}
</style>
background-color css
<style>
a { background-color: #E6C069; }
a { background-color: rgb(230,192,105); }
div.DivClassName
{
background-color: #E6C069;
}
.BgClassName
{
background-color: #E6C069;
}
</style>
border-color css
<style>
span { border-color: #E6C069; }
span { border-color: rgb(230,192,105); }
td.TdClassName
{
border-color: #E6C069;
}
.TagClassName
{
border-color: #E6C069;
}
</style>