Shades of Zest #CE6D3E
Tints of Zest #CE6D3E
RGB
CMYK
RGB Variations
Color information
#CE6D3E (or 0xCE6D3E) is known color: Zest. HEX triplet: CE, 6D and 3E. RGB value is (206,109,62). Sum of RGB (Red+Green+Blue) = 206+109+62=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D3E is #3192C1. Grayscale: #848484. Windows color (decimal): -3248834 or 4091342. OLE color: 4091342.
HSL color Cylindrical-coordinate representation of color #CE6D3E: hue angle of 19.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE6D3E is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 62 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.19 |
| HSL | 19.58º | 0.6% | 0.53% | - |
| HSV(B) | 19.58º | 0.7% | 0.81% | - |
| XYZ | 31.79 | 24.41 | 7.59 | - |
| YUV | 132.65 | 88.14 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 62 | 0 | 0.47 | 0.70 | 0.19 | 19.58 | 0.6 | 0.53 |
| Hex | CE | 6D | 3E | 0 | 2F | 46 | 13 | 14 | 3C | 35 |
| Octal | 316 | 155 | 76 | 0 | 57 | 106 | 23 | 24 | 74 | 65 |
| Binary | 11001110 | 1101101 | 111110 | 0 | 101111 | 1000110 | 10011 | 10100 | 111100 | 110101 |
Color Harmonies of #CE6D3E
Complementary color
Monochromatic Colors of #CE6D3E
Black with #CE6D3E
Text Example
Text Example
White with #CE6D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D3E; }
p { color: rgb(206,109,62); }
H1.HeaderClassName
{
color: #CE6D3E;
}
.AnyTagClassName
{
color: #CE6D3E;
}
</style>
background-color css
<style>
a { background-color: #CE6D3E; }
a { background-color: rgb(206,109,62); }
div.DivClassName
{
background-color: #CE6D3E;
}
.BgClassName
{
background-color: #CE6D3E;
}
</style>
border-color css
<style>
span { border-color: #CE6D3E; }
span { border-color: rgb(206,109,62); }
td.TdClassName
{
border-color: #CE6D3E;
}
.TagClassName
{
border-color: #CE6D3E;
}
</style>