Shades of Chocolate #CB6221
Tints of Chocolate #CB6221
RGB
CMYK
RGB Variations
Color information
#CB6221 (or 0xCB6221) is known color: Chocolate. HEX triplet: CB, 62 and 21. RGB value is (203,98,33). Sum of RGB (Red+Green+Blue) = 203+98+33=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6221 is #349DDE. Grayscale: #7A7A7A. Windows color (decimal): -3448287 or 2187979. OLE color: 2187979.
HSL color Cylindrical-coordinate representation of color #CB6221: hue angle of 22.94º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB6221 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 33 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.20 |
| HSL | 22.94º | 0.72% | 0.46% | - |
| HSV(B) | 22.94º | 0.84% | 0.8% | - |
| XYZ | 29.27 | 21.54 | 4.05 | - |
| YUV | 121.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 33 | 0 | 0.52 | 0.84 | 0.20 | 22.94 | 0.72 | 0.46 |
| Hex | CB | 62 | 21 | 0 | 34 | 54 | 14 | 17 | 48 | 2E |
| Octal | 313 | 142 | 41 | 0 | 64 | 124 | 24 | 27 | 110 | 56 |
| Binary | 11001011 | 1100010 | 100001 | 0 | 110100 | 1010100 | 10100 | 10111 | 1001000 | 101110 |
Color Harmonies of #CB6221
Complementary color
Monochromatic Colors of #CB6221
Black with #CB6221
Text Example
Text Example
White with #CB6221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6221; }
p { color: rgb(203,98,33); }
H1.HeaderClassName
{
color: #CB6221;
}
.AnyTagClassName
{
color: #CB6221;
}
</style>
background-color css
<style>
a { background-color: #CB6221; }
a { background-color: rgb(203,98,33); }
div.DivClassName
{
background-color: #CB6221;
}
.BgClassName
{
background-color: #CB6221;
}
</style>
border-color css
<style>
span { border-color: #CB6221; }
span { border-color: rgb(203,98,33); }
td.TdClassName
{
border-color: #CB6221;
}
.TagClassName
{
border-color: #CB6221;
}
</style>