Shades of Chocolate #CE6D23
Tints of Chocolate #CE6D23
RGB
CMYK
RGB Variations
Color information
#CE6D23 (or 0xCE6D23) is known color: Chocolate. HEX triplet: CE, 6D and 23. RGB value is (206,109,35). Sum of RGB (Red+Green+Blue) = 206+109+35=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D23 is #3192DC. Grayscale: #818181. Windows color (decimal): -3248861 or 2321870. OLE color: 2321870.
HSL color Cylindrical-coordinate representation of color #CE6D23: hue angle of 25.96º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE6D23 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 35 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.19 |
| HSL | 25.96º | 0.71% | 0.47% | - |
| HSV(B) | 25.96º | 0.83% | 0.81% | - |
| XYZ | 31.23 | 24.18 | 4.61 | - |
| YUV | 129.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 35 | 0 | 0.47 | 0.83 | 0.19 | 25.96 | 0.71 | 0.47 |
| Hex | CE | 6D | 23 | 0 | 2F | 53 | 13 | 1A | 47 | 2F |
| Octal | 316 | 155 | 43 | 0 | 57 | 123 | 23 | 32 | 107 | 57 |
| Binary | 11001110 | 1101101 | 100011 | 0 | 101111 | 1010011 | 10011 | 11010 | 1000111 | 101111 |
Color Harmonies of #CE6D23
Complementary color
Monochromatic Colors of #CE6D23
Black with #CE6D23
Text Example
Text Example
White with #CE6D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D23; }
p { color: rgb(206,109,35); }
H1.HeaderClassName
{
color: #CE6D23;
}
.AnyTagClassName
{
color: #CE6D23;
}
</style>
background-color css
<style>
a { background-color: #CE6D23; }
a { background-color: rgb(206,109,35); }
div.DivClassName
{
background-color: #CE6D23;
}
.BgClassName
{
background-color: #CE6D23;
}
</style>
border-color css
<style>
span { border-color: #CE6D23; }
span { border-color: rgb(206,109,35); }
td.TdClassName
{
border-color: #CE6D23;
}
.TagClassName
{
border-color: #CE6D23;
}
</style>