Shades of Chenin #E6C36B
Tints of Chenin #E6C36B
RGB
CMYK
RGB Variations
Color information
#E6C36B (or 0xE6C36B) is known color: Chenin. HEX triplet: E6, C3 and 6B. RGB value is (230,195,107). Sum of RGB (Red+Green+Blue) = 230+195+107=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C36B is #193C94. Grayscale: #C3C3C3. Windows color (decimal): -1653909 or 7062502. OLE color: 7062502.
HSL color Cylindrical-coordinate representation of color #E6C36B: hue angle of 42.93º 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 #E6C36B is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 107 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.10 |
| HSL | 42.93º | 0.71% | 0.66% | - |
| HSV(B) | 42.93º | 0.53% | 0.9% | - |
| XYZ | 54.8 | 56.91 | 22.01 | - |
| YUV | 195.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 107 | 0 | 0.15 | 0.53 | 0.10 | 42.93 | 0.71 | 0.66 |
| Hex | E6 | C3 | 6B | 0 | F | 35 | A | 2B | 47 | 42 |
| Octal | 346 | 303 | 153 | 0 | 17 | 65 | 12 | 53 | 107 | 102 |
| Binary | 11100110 | 11000011 | 1101011 | 0 | 1111 | 110101 | 1010 | 101011 | 1000111 | 1000010 |
Color Harmonies of #E6C36B
Complementary color
Monochromatic Colors of #E6C36B
Black with #E6C36B
Text Example
Text Example
White with #E6C36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C36B; }
p { color: rgb(230,195,107); }
H1.HeaderClassName
{
color: #E6C36B;
}
.AnyTagClassName
{
color: #E6C36B;
}
</style>
background-color css
<style>
a { background-color: #E6C36B; }
a { background-color: rgb(230,195,107); }
div.DivClassName
{
background-color: #E6C36B;
}
.BgClassName
{
background-color: #E6C36B;
}
</style>
border-color css
<style>
span { border-color: #E6C36B; }
span { border-color: rgb(230,195,107); }
td.TdClassName
{
border-color: #E6C36B;
}
.TagClassName
{
border-color: #E6C36B;
}
</style>