Shades of Chocolate #CE6826
Tints of Chocolate #CE6826
RGB
CMYK
RGB Variations
Color information
#CE6826 (or 0xCE6826) is known color: Chocolate. HEX triplet: CE, 68 and 26. RGB value is (206,104,38). Sum of RGB (Red+Green+Blue) = 206+104+38=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6826 is #3197D9. Grayscale: #7F7F7F. Windows color (decimal): -3250138 or 2517198. OLE color: 2517198.
HSL color Cylindrical-coordinate representation of color #CE6826: hue angle of 23.57º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE6826 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 38 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.19 |
| HSL | 23.57º | 0.69% | 0.48% | - |
| HSV(B) | 23.57º | 0.82% | 0.81% | - |
| XYZ | 30.75 | 23.16 | 4.68 | - |
| YUV | 126.97 | 77.79 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 38 | 0 | 0.50 | 0.82 | 0.19 | 23.57 | 0.69 | 0.48 |
| Hex | CE | 68 | 26 | 0 | 32 | 52 | 13 | 18 | 45 | 30 |
| Octal | 316 | 150 | 46 | 0 | 62 | 122 | 23 | 30 | 105 | 60 |
| Binary | 11001110 | 1101000 | 100110 | 0 | 110010 | 1010010 | 10011 | 11000 | 1000101 | 110000 |
Color Harmonies of #CE6826
Complementary color
Monochromatic Colors of #CE6826
Black with #CE6826
Text Example
Text Example
White with #CE6826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6826; }
p { color: rgb(206,104,38); }
H1.HeaderClassName
{
color: #CE6826;
}
.AnyTagClassName
{
color: #CE6826;
}
</style>
background-color css
<style>
a { background-color: #CE6826; }
a { background-color: rgb(206,104,38); }
div.DivClassName
{
background-color: #CE6826;
}
.BgClassName
{
background-color: #CE6826;
}
</style>
border-color css
<style>
span { border-color: #CE6826; }
span { border-color: rgb(206,104,38); }
td.TdClassName
{
border-color: #CE6826;
}
.TagClassName
{
border-color: #CE6826;
}
</style>