Shades of Chocolate #CE6726
Tints of Chocolate #CE6726
RGB
CMYK
RGB Variations
Color information
#CE6726 (or 0xCE6726) is known color: Chocolate. HEX triplet: CE, 67 and 26. RGB value is (206,103,38). Sum of RGB (Red+Green+Blue) = 206+103+38=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6726 is #3198D9. Grayscale: #7E7E7E. Windows color (decimal): -3250394 or 2516942. OLE color: 2516942.
HSL color Cylindrical-coordinate representation of color #CE6726: hue angle of 23.21º 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 #CE6726 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 38 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.19 |
| HSL | 23.21º | 0.69% | 0.48% | - |
| HSV(B) | 23.21º | 0.82% | 0.81% | - |
| XYZ | 30.65 | 22.96 | 4.65 | - |
| YUV | 126.39 | 78.12 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 38 | 0 | 0.50 | 0.82 | 0.19 | 23.21 | 0.69 | 0.48 |
| Hex | CE | 67 | 26 | 0 | 32 | 52 | 13 | 17 | 45 | 30 |
| Octal | 316 | 147 | 46 | 0 | 62 | 122 | 23 | 27 | 105 | 60 |
| Binary | 11001110 | 1100111 | 100110 | 0 | 110010 | 1010010 | 10011 | 10111 | 1000101 | 110000 |
Color Harmonies of #CE6726
Complementary color
Monochromatic Colors of #CE6726
Black with #CE6726
Text Example
Text Example
White with #CE6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6726; }
p { color: rgb(206,103,38); }
H1.HeaderClassName
{
color: #CE6726;
}
.AnyTagClassName
{
color: #CE6726;
}
</style>
background-color css
<style>
a { background-color: #CE6726; }
a { background-color: rgb(206,103,38); }
div.DivClassName
{
background-color: #CE6726;
}
.BgClassName
{
background-color: #CE6726;
}
</style>
border-color css
<style>
span { border-color: #CE6726; }
span { border-color: rgb(206,103,38); }
td.TdClassName
{
border-color: #CE6726;
}
.TagClassName
{
border-color: #CE6726;
}
</style>