Shades of Chenin #E6C06B
Tints of Chenin #E6C06B
RGB
CMYK
RGB Variations
Color information
#E6C06B (or 0xE6C06B) is known color: Chenin. HEX triplet: E6, C0 and 6B. RGB value is (230,192,107). Sum of RGB (Red+Green+Blue) = 230+192+107=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C06B is #193F94. Grayscale: #C2C2C2. Windows color (decimal): -1654677 or 7061734. OLE color: 7061734.
HSL color Cylindrical-coordinate representation of color #E6C06B: hue angle of 41.46º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6C06B is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 107 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.10 |
| HSL | 41.46º | 0.71% | 0.66% | - |
| HSV(B) | 41.46º | 0.53% | 0.9% | - |
| XYZ | 54.14 | 55.58 | 21.79 | - |
| YUV | 193.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 107 | 0 | 0.17 | 0.53 | 0.10 | 41.46 | 0.71 | 0.66 |
| Hex | E6 | C0 | 6B | 0 | 11 | 35 | A | 29 | 47 | 42 |
| Octal | 346 | 300 | 153 | 0 | 21 | 65 | 12 | 51 | 107 | 102 |
| Binary | 11100110 | 11000000 | 1101011 | 0 | 10001 | 110101 | 1010 | 101001 | 1000111 | 1000010 |
Color Harmonies of #E6C06B
Complementary color
Monochromatic Colors of #E6C06B
Black with #E6C06B
Text Example
Text Example
White with #E6C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C06B; }
p { color: rgb(230,192,107); }
H1.HeaderClassName
{
color: #E6C06B;
}
.AnyTagClassName
{
color: #E6C06B;
}
</style>
background-color css
<style>
a { background-color: #E6C06B; }
a { background-color: rgb(230,192,107); }
div.DivClassName
{
background-color: #E6C06B;
}
.BgClassName
{
background-color: #E6C06B;
}
</style>
border-color css
<style>
span { border-color: #E6C06B; }
span { border-color: rgb(230,192,107); }
td.TdClassName
{
border-color: #E6C06B;
}
.TagClassName
{
border-color: #E6C06B;
}
</style>