Shades of Chocolate #CE6722
Tints of Chocolate #CE6722
RGB
CMYK
RGB Variations
Color information
#CE6722 (or 0xCE6722) is known color: Chocolate. HEX triplet: CE, 67 and 22. RGB value is (206,103,34). Sum of RGB (Red+Green+Blue) = 206+103+34=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6722 is #3198DD. Grayscale: #7E7E7E. Windows color (decimal): -3250398 or 2254798. OLE color: 2254798.
HSL color Cylindrical-coordinate representation of color #CE6722: hue angle of 24.07º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE6722 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 34 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.19 |
| HSL | 24.07º | 0.72% | 0.47% | - |
| HSV(B) | 24.07º | 0.83% | 0.81% | - |
| XYZ | 30.59 | 22.94 | 4.33 | - |
| YUV | 125.93 | 76.12 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 34 | 0 | 0.50 | 0.83 | 0.19 | 24.07 | 0.72 | 0.47 |
| Hex | CE | 67 | 22 | 0 | 32 | 53 | 13 | 18 | 48 | 2F |
| Octal | 316 | 147 | 42 | 0 | 62 | 123 | 23 | 30 | 110 | 57 |
| Binary | 11001110 | 1100111 | 100010 | 0 | 110010 | 1010011 | 10011 | 11000 | 1001000 | 101111 |
Color Harmonies of #CE6722
Complementary color
Monochromatic Colors of #CE6722
Black with #CE6722
Text Example
Text Example
White with #CE6722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6722; }
p { color: rgb(206,103,34); }
H1.HeaderClassName
{
color: #CE6722;
}
.AnyTagClassName
{
color: #CE6722;
}
</style>
background-color css
<style>
a { background-color: #CE6722; }
a { background-color: rgb(206,103,34); }
div.DivClassName
{
background-color: #CE6722;
}
.BgClassName
{
background-color: #CE6722;
}
</style>
border-color css
<style>
span { border-color: #CE6722; }
span { border-color: rgb(206,103,34); }
td.TdClassName
{
border-color: #CE6722;
}
.TagClassName
{
border-color: #CE6722;
}
</style>