Shades of Chocolate #CB6622
Tints of Chocolate #CB6622
RGB
CMYK
RGB Variations
Color information
#CB6622 (or 0xCB6622) is known color: Chocolate. HEX triplet: CB, 66 and 22. RGB value is (203,102,34). Sum of RGB (Red+Green+Blue) = 203+102+34=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6622 is #3499DD. Grayscale: #7C7C7C. Windows color (decimal): -3447262 or 2254539. OLE color: 2254539.
HSL color Cylindrical-coordinate representation of color #CB6622: hue angle of 24.14º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB6622 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 34 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.20 |
| HSL | 24.14º | 0.71% | 0.46% | - |
| HSV(B) | 24.14º | 0.83% | 0.8% | - |
| XYZ | 29.67 | 22.31 | 4.26 | - |
| YUV | 124.45 | 76.96 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 34 | 0 | 0.50 | 0.83 | 0.20 | 24.14 | 0.71 | 0.46 |
| Hex | CB | 66 | 22 | 0 | 32 | 53 | 14 | 18 | 47 | 2E |
| Octal | 313 | 146 | 42 | 0 | 62 | 123 | 24 | 30 | 107 | 56 |
| Binary | 11001011 | 1100110 | 100010 | 0 | 110010 | 1010011 | 10100 | 11000 | 1000111 | 101110 |
Color Harmonies of #CB6622
Complementary color
Monochromatic Colors of #CB6622
Black with #CB6622
Text Example
Text Example
White with #CB6622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6622; }
p { color: rgb(203,102,34); }
H1.HeaderClassName
{
color: #CB6622;
}
.AnyTagClassName
{
color: #CB6622;
}
</style>
background-color css
<style>
a { background-color: #CB6622; }
a { background-color: rgb(203,102,34); }
div.DivClassName
{
background-color: #CB6622;
}
.BgClassName
{
background-color: #CB6622;
}
</style>
border-color css
<style>
span { border-color: #CB6622; }
span { border-color: rgb(203,102,34); }
td.TdClassName
{
border-color: #CB6622;
}
.TagClassName
{
border-color: #CB6622;
}
</style>