Shades of Chocolate #CB6222
Tints of Chocolate #CB6222
RGB
CMYK
RGB Variations
Color information
#CB6222 (or 0xCB6222) is known color: Chocolate. HEX triplet: CB, 62 and 22. RGB value is (203,98,34). Sum of RGB (Red+Green+Blue) = 203+98+34=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6222 is #349DDD. Grayscale: #7A7A7A. Windows color (decimal): -3448286 or 2253515. OLE color: 2253515.
HSL color Cylindrical-coordinate representation of color #CB6222: hue angle of 22.72º 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 #CB6222 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 34 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.20 |
| HSL | 22.72º | 0.71% | 0.46% | - |
| HSV(B) | 22.72º | 0.83% | 0.8% | - |
| XYZ | 29.29 | 21.55 | 4.13 | - |
| YUV | 122.1 | 78.29 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 34 | 0 | 0.52 | 0.83 | 0.20 | 22.72 | 0.71 | 0.46 |
| Hex | CB | 62 | 22 | 0 | 34 | 53 | 14 | 17 | 47 | 2E |
| Octal | 313 | 142 | 42 | 0 | 64 | 123 | 24 | 27 | 107 | 56 |
| Binary | 11001011 | 1100010 | 100010 | 0 | 110100 | 1010011 | 10100 | 10111 | 1000111 | 101110 |
Color Harmonies of #CB6222
Complementary color
Monochromatic Colors of #CB6222
Black with #CB6222
Text Example
Text Example
White with #CB6222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6222; }
p { color: rgb(203,98,34); }
H1.HeaderClassName
{
color: #CB6222;
}
.AnyTagClassName
{
color: #CB6222;
}
</style>
background-color css
<style>
a { background-color: #CB6222; }
a { background-color: rgb(203,98,34); }
div.DivClassName
{
background-color: #CB6222;
}
.BgClassName
{
background-color: #CB6222;
}
</style>
border-color css
<style>
span { border-color: #CB6222; }
span { border-color: rgb(203,98,34); }
td.TdClassName
{
border-color: #CB6222;
}
.TagClassName
{
border-color: #CB6222;
}
</style>