Shades of Chenin #E6C672
Tints of Chenin #E6C672
RGB
CMYK
RGB Variations
Color information
#E6C672 (or 0xE6C672) is known color: Chenin. HEX triplet: E6, C6 and 72. RGB value is (230,198,114). Sum of RGB (Red+Green+Blue) = 230+198+114=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C672 is #19398D. Grayscale: #C6C6C6. Windows color (decimal): -1653134 or 7522022. OLE color: 7522022.
HSL color Cylindrical-coordinate representation of color #E6C672: hue angle of 43.45º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6C672 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 114 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.10 |
| HSL | 43.45º | 0.7% | 0.67% | - |
| HSV(B) | 43.45º | 0.5% | 0.9% | - |
| XYZ | 55.86 | 58.43 | 24.25 | - |
| YUV | 197.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 114 | 0 | 0.14 | 0.50 | 0.10 | 43.45 | 0.7 | 0.67 |
| Hex | E6 | C6 | 72 | 0 | E | 32 | A | 2B | 46 | 43 |
| Octal | 346 | 306 | 162 | 0 | 16 | 62 | 12 | 53 | 106 | 103 |
| Binary | 11100110 | 11000110 | 1110010 | 0 | 1110 | 110010 | 1010 | 101011 | 1000110 | 1000011 |
Color Harmonies of #E6C672
Complementary color
Monochromatic Colors of #E6C672
Black with #E6C672
Text Example
Text Example
White with #E6C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C672; }
p { color: rgb(230,198,114); }
H1.HeaderClassName
{
color: #E6C672;
}
.AnyTagClassName
{
color: #E6C672;
}
</style>
background-color css
<style>
a { background-color: #E6C672; }
a { background-color: rgb(230,198,114); }
div.DivClassName
{
background-color: #E6C672;
}
.BgClassName
{
background-color: #E6C672;
}
</style>
border-color css
<style>
span { border-color: #E6C672; }
span { border-color: rgb(230,198,114); }
td.TdClassName
{
border-color: #E6C672;
}
.TagClassName
{
border-color: #E6C672;
}
</style>