Shades of Chocolate #CE6927
Tints of Chocolate #CE6927
RGB
CMYK
RGB Variations
Color information
#CE6927 (or 0xCE6927) is known color: Chocolate. HEX triplet: CE, 69 and 27. RGB value is (206,105,39). Sum of RGB (Red+Green+Blue) = 206+105+39=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6927 is #3196D8. Grayscale: #808080. Windows color (decimal): -3249881 or 2582990. OLE color: 2582990.
HSL color Cylindrical-coordinate representation of color #CE6927: hue angle of 23.71º 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 #CE6927 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 39 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.19 |
| HSL | 23.71º | 0.68% | 0.48% | - |
| HSV(B) | 23.71º | 0.81% | 0.81% | - |
| XYZ | 30.87 | 23.37 | 4.8 | - |
| YUV | 127.68 | 77.96 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 39 | 0 | 0.49 | 0.81 | 0.19 | 23.71 | 0.68 | 0.48 |
| Hex | CE | 69 | 27 | 0 | 31 | 51 | 13 | 18 | 44 | 30 |
| Octal | 316 | 151 | 47 | 0 | 61 | 121 | 23 | 30 | 104 | 60 |
| Binary | 11001110 | 1101001 | 100111 | 0 | 110001 | 1010001 | 10011 | 11000 | 1000100 | 110000 |
Color Harmonies of #CE6927
Complementary color
Monochromatic Colors of #CE6927
Black with #CE6927
Text Example
Text Example
White with #CE6927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6927; }
p { color: rgb(206,105,39); }
H1.HeaderClassName
{
color: #CE6927;
}
.AnyTagClassName
{
color: #CE6927;
}
</style>
background-color css
<style>
a { background-color: #CE6927; }
a { background-color: rgb(206,105,39); }
div.DivClassName
{
background-color: #CE6927;
}
.BgClassName
{
background-color: #CE6927;
}
</style>
border-color css
<style>
span { border-color: #CE6927; }
span { border-color: rgb(206,105,39); }
td.TdClassName
{
border-color: #CE6927;
}
.TagClassName
{
border-color: #CE6927;
}
</style>