Shades of Chocolate #CE6B1C
Tints of Chocolate #CE6B1C
RGB
CMYK
RGB Variations
Color information
#CE6B1C (or 0xCE6B1C) is known color: Chocolate. HEX triplet: CE, 6B and 1C. RGB value is (206,107,28). Sum of RGB (Red+Green+Blue) = 206+107+28=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6B1C is #3194E3. Grayscale: #808080. Windows color (decimal): -3249380 or 1862606. OLE color: 1862606.
HSL color Cylindrical-coordinate representation of color #CE6B1C: hue angle of 26.63º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE6B1C is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 28 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.19 |
| HSL | 26.63º | 0.76% | 0.46% | - |
| HSV(B) | 26.63º | 0.86% | 0.81% | - |
| XYZ | 30.92 | 23.72 | 4.05 | - |
| YUV | 127.6 | 71.8 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 28 | 0 | 0.48 | 0.86 | 0.19 | 26.63 | 0.76 | 0.46 |
| Hex | CE | 6B | 1C | 0 | 30 | 56 | 13 | 1B | 4C | 2E |
| Octal | 316 | 153 | 34 | 0 | 60 | 126 | 23 | 33 | 114 | 56 |
| Binary | 11001110 | 1101011 | 11100 | 0 | 110000 | 1010110 | 10011 | 11011 | 1001100 | 101110 |
Color Harmonies of #CE6B1C
Complementary color
Monochromatic Colors of #CE6B1C
Black with #CE6B1C
Text Example
Text Example
White with #CE6B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B1C; }
p { color: rgb(206,107,28); }
H1.HeaderClassName
{
color: #CE6B1C;
}
.AnyTagClassName
{
color: #CE6B1C;
}
</style>
background-color css
<style>
a { background-color: #CE6B1C; }
a { background-color: rgb(206,107,28); }
div.DivClassName
{
background-color: #CE6B1C;
}
.BgClassName
{
background-color: #CE6B1C;
}
</style>
border-color css
<style>
span { border-color: #CE6B1C; }
span { border-color: rgb(206,107,28); }
td.TdClassName
{
border-color: #CE6B1C;
}
.TagClassName
{
border-color: #CE6B1C;
}
</style>