Shades of Chocolate #CE6F07
Tints of Chocolate #CE6F07
RGB
CMYK
RGB Variations
Color information
#CE6F07 (or 0xCE6F07) is known color: Chocolate. HEX triplet: CE, 6F and 07. RGB value is (206,111,7). Sum of RGB (Red+Green+Blue) = 206+111+7=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6F07 is #3190F8. Grayscale: #808080. Windows color (decimal): -3248377 or 487374. OLE color: 487374.
HSL color Cylindrical-coordinate representation of color #CE6F07: hue angle of 31.36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE6F07 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 7 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.19 |
| HSL | 31.36º | 0.93% | 0.42% | - |
| HSV(B) | 31.36º | 0.97% | 0.81% | - |
| XYZ | 31.18 | 24.51 | 3.29 | - |
| YUV | 127.55 | 59.97 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 7 | 0 | 0.46 | 0.97 | 0.19 | 31.36 | 0.93 | 0.42 |
| Hex | CE | 6F | 7 | 0 | 2E | 61 | 13 | 1F | 5D | 2A |
| Octal | 316 | 157 | 7 | 0 | 56 | 141 | 23 | 37 | 135 | 52 |
| Binary | 11001110 | 1101111 | 111 | 0 | 101110 | 1100001 | 10011 | 11111 | 1011101 | 101010 |
Color Harmonies of #CE6F07
Complementary color
Monochromatic Colors of #CE6F07
Black with #CE6F07
Text Example
Text Example
White with #CE6F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F07; }
p { color: rgb(206,111,7); }
H1.HeaderClassName
{
color: #CE6F07;
}
.AnyTagClassName
{
color: #CE6F07;
}
</style>
background-color css
<style>
a { background-color: #CE6F07; }
a { background-color: rgb(206,111,7); }
div.DivClassName
{
background-color: #CE6F07;
}
.BgClassName
{
background-color: #CE6F07;
}
</style>
border-color css
<style>
span { border-color: #CE6F07; }
span { border-color: rgb(206,111,7); }
td.TdClassName
{
border-color: #CE6F07;
}
.TagClassName
{
border-color: #CE6F07;
}
</style>