Shades of Chocolate #CE6A27
Tints of Chocolate #CE6A27
RGB
CMYK
RGB Variations
Color information
#CE6A27 (or 0xCE6A27) is known color: Chocolate. HEX triplet: CE, 6A and 27. RGB value is (206,106,39). Sum of RGB (Red+Green+Blue) = 206+106+39=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6A27 is #3195D8. Grayscale: #808080. Windows color (decimal): -3249625 or 2583246. OLE color: 2583246.
HSL color Cylindrical-coordinate representation of color #CE6A27: hue angle of 24.07º 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 #CE6A27 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 39 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.19 |
| HSL | 24.07º | 0.68% | 0.48% | - |
| HSV(B) | 24.07º | 0.81% | 0.81% | - |
| XYZ | 30.97 | 23.58 | 4.84 | - |
| YUV | 128.26 | 77.63 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 39 | 0 | 0.49 | 0.81 | 0.19 | 24.07 | 0.68 | 0.48 |
| Hex | CE | 6A | 27 | 0 | 31 | 51 | 13 | 18 | 44 | 30 |
| Octal | 316 | 152 | 47 | 0 | 61 | 121 | 23 | 30 | 104 | 60 |
| Binary | 11001110 | 1101010 | 100111 | 0 | 110001 | 1010001 | 10011 | 11000 | 1000100 | 110000 |
Color Harmonies of #CE6A27
Complementary color
Monochromatic Colors of #CE6A27
Black with #CE6A27
Text Example
Text Example
White with #CE6A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6A27; }
p { color: rgb(206,106,39); }
H1.HeaderClassName
{
color: #CE6A27;
}
.AnyTagClassName
{
color: #CE6A27;
}
</style>
background-color css
<style>
a { background-color: #CE6A27; }
a { background-color: rgb(206,106,39); }
div.DivClassName
{
background-color: #CE6A27;
}
.BgClassName
{
background-color: #CE6A27;
}
</style>
border-color css
<style>
span { border-color: #CE6A27; }
span { border-color: rgb(206,106,39); }
td.TdClassName
{
border-color: #CE6A27;
}
.TagClassName
{
border-color: #CE6A27;
}
</style>