Shades of Chocolate #CE6320
Tints of Chocolate #CE6320
RGB
CMYK
RGB Variations
Color information
#CE6320 (or 0xCE6320) is known color: Chocolate. HEX triplet: CE, 63 and 20. RGB value is (206,99,32). Sum of RGB (Red+Green+Blue) = 206+99+32=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6320 is #319CDF. Grayscale: #7B7B7B. Windows color (decimal): -3251424 or 2122702. OLE color: 2122702.
HSL color Cylindrical-coordinate representation of color #CE6320: hue angle of 23.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE6320 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 32 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.19 |
| HSL | 23.1º | 0.73% | 0.47% | - |
| HSV(B) | 23.1º | 0.84% | 0.81% | - |
| XYZ | 30.18 | 22.15 | 4.05 | - |
| YUV | 123.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 32 | 0 | 0.52 | 0.84 | 0.19 | 23.1 | 0.73 | 0.47 |
| Hex | CE | 63 | 20 | 0 | 34 | 54 | 13 | 17 | 49 | 2F |
| Octal | 316 | 143 | 40 | 0 | 64 | 124 | 23 | 27 | 111 | 57 |
| Binary | 11001110 | 1100011 | 100000 | 0 | 110100 | 1010100 | 10011 | 10111 | 1001001 | 101111 |
Color Harmonies of #CE6320
Complementary color
Monochromatic Colors of #CE6320
Black with #CE6320
Text Example
Text Example
White with #CE6320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6320; }
p { color: rgb(206,99,32); }
H1.HeaderClassName
{
color: #CE6320;
}
.AnyTagClassName
{
color: #CE6320;
}
</style>
background-color css
<style>
a { background-color: #CE6320; }
a { background-color: rgb(206,99,32); }
div.DivClassName
{
background-color: #CE6320;
}
.BgClassName
{
background-color: #CE6320;
}
</style>
border-color css
<style>
span { border-color: #CE6320; }
span { border-color: rgb(206,99,32); }
td.TdClassName
{
border-color: #CE6320;
}
.TagClassName
{
border-color: #CE6320;
}
</style>