Shades of Chocolate #CE6327
Tints of Chocolate #CE6327
RGB
CMYK
RGB Variations
Color information
#CE6327 (or 0xCE6327) is known color: Chocolate. HEX triplet: CE, 63 and 27. RGB value is (206,99,39). Sum of RGB (Red+Green+Blue) = 206+99+39=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6327 is #319CD8. Grayscale: #7C7C7C. Windows color (decimal): -3251417 or 2581454. OLE color: 2581454.
HSL color Cylindrical-coordinate representation of color #CE6327: hue angle of 21.56º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE6327 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 39 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.19 |
| HSL | 21.56º | 0.68% | 0.48% | - |
| HSV(B) | 21.56º | 0.81% | 0.81% | - |
| XYZ | 30.28 | 22.19 | 4.61 | - |
| YUV | 124.15 | 79.95 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 39 | 0 | 0.52 | 0.81 | 0.19 | 21.56 | 0.68 | 0.48 |
| Hex | CE | 63 | 27 | 0 | 34 | 51 | 13 | 16 | 44 | 30 |
| Octal | 316 | 143 | 47 | 0 | 64 | 121 | 23 | 26 | 104 | 60 |
| Binary | 11001110 | 1100011 | 100111 | 0 | 110100 | 1010001 | 10011 | 10110 | 1000100 | 110000 |
Color Harmonies of #CE6327
Complementary color
Monochromatic Colors of #CE6327
Black with #CE6327
Text Example
Text Example
White with #CE6327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6327; }
p { color: rgb(206,99,39); }
H1.HeaderClassName
{
color: #CE6327;
}
.AnyTagClassName
{
color: #CE6327;
}
</style>
background-color css
<style>
a { background-color: #CE6327; }
a { background-color: rgb(206,99,39); }
div.DivClassName
{
background-color: #CE6327;
}
.BgClassName
{
background-color: #CE6327;
}
</style>
border-color css
<style>
span { border-color: #CE6327; }
span { border-color: rgb(206,99,39); }
td.TdClassName
{
border-color: #CE6327;
}
.TagClassName
{
border-color: #CE6327;
}
</style>