Shades of Chocolate #CE621E
Tints of Chocolate #CE621E
RGB
CMYK
RGB Variations
Color information
#CE621E (or 0xCE621E) is known color: Chocolate. HEX triplet: CE, 62 and 1E. RGB value is (206,98,30). Sum of RGB (Red+Green+Blue) = 206+98+30=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE621E is #319DE1. Grayscale: #7A7A7A. Windows color (decimal): -3251682 or 1991374. OLE color: 1991374.
HSL color Cylindrical-coordinate representation of color #CE621E: hue angle of 23.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE621E is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 30 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.19 |
| HSL | 23.18º | 0.75% | 0.46% | - |
| HSV(B) | 23.18º | 0.85% | 0.81% | - |
| XYZ | 30.06 | 21.95 | 3.88 | - |
| YUV | 122.54 | 75.78 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 30 | 0 | 0.52 | 0.85 | 0.19 | 23.18 | 0.75 | 0.46 |
| Hex | CE | 62 | 1E | 0 | 34 | 55 | 13 | 17 | 4B | 2E |
| Octal | 316 | 142 | 36 | 0 | 64 | 125 | 23 | 27 | 113 | 56 |
| Binary | 11001110 | 1100010 | 11110 | 0 | 110100 | 1010101 | 10011 | 10111 | 1001011 | 101110 |
Color Harmonies of #CE621E
Complementary color
Monochromatic Colors of #CE621E
Black with #CE621E
Text Example
Text Example
White with #CE621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE621E; }
p { color: rgb(206,98,30); }
H1.HeaderClassName
{
color: #CE621E;
}
.AnyTagClassName
{
color: #CE621E;
}
</style>
background-color css
<style>
a { background-color: #CE621E; }
a { background-color: rgb(206,98,30); }
div.DivClassName
{
background-color: #CE621E;
}
.BgClassName
{
background-color: #CE621E;
}
</style>
border-color css
<style>
span { border-color: #CE621E; }
span { border-color: rgb(206,98,30); }
td.TdClassName
{
border-color: #CE621E;
}
.TagClassName
{
border-color: #CE621E;
}
</style>