Shades of Chocolate #CE660D
Tints of Chocolate #CE660D
RGB
CMYK
RGB Variations
Color information
#CE660D (or 0xCE660D) is known color: Chocolate. HEX triplet: CE, 66 and 0D. RGB value is (206,102,13). Sum of RGB (Red+Green+Blue) = 206+102+13=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE660D is #3199F2. Grayscale: #7B7B7B. Windows color (decimal): -3250675 or 878286. OLE color: 878286.
HSL color Cylindrical-coordinate representation of color #CE660D: hue angle of 27.67º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE660D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 13 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.19 |
| HSL | 27.67º | 0.88% | 0.43% | - |
| HSV(B) | 27.67º | 0.94% | 0.81% | - |
| XYZ | 30.28 | 22.65 | 3.16 | - |
| YUV | 122.95 | 65.96 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 13 | 0 | 0.50 | 0.94 | 0.19 | 27.67 | 0.88 | 0.43 |
| Hex | CE | 66 | D | 0 | 32 | 5E | 13 | 1C | 58 | 2B |
| Octal | 316 | 146 | 15 | 0 | 62 | 136 | 23 | 34 | 130 | 53 |
| Binary | 11001110 | 1100110 | 1101 | 0 | 110010 | 1011110 | 10011 | 11100 | 1011000 | 101011 |
Color Harmonies of #CE660D
Complementary color
Monochromatic Colors of #CE660D
Black with #CE660D
Text Example
Text Example
White with #CE660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE660D; }
p { color: rgb(206,102,13); }
H1.HeaderClassName
{
color: #CE660D;
}
.AnyTagClassName
{
color: #CE660D;
}
</style>
background-color css
<style>
a { background-color: #CE660D; }
a { background-color: rgb(206,102,13); }
div.DivClassName
{
background-color: #CE660D;
}
.BgClassName
{
background-color: #CE660D;
}
</style>
border-color css
<style>
span { border-color: #CE660D; }
span { border-color: rgb(206,102,13); }
td.TdClassName
{
border-color: #CE660D;
}
.TagClassName
{
border-color: #CE660D;
}
</style>