Shades of Chocolate #CB6620
Tints of Chocolate #CB6620
RGB
CMYK
RGB Variations
Color information
#CB6620 (or 0xCB6620) is known color: Chocolate. HEX triplet: CB, 66 and 20. RGB value is (203,102,32). Sum of RGB (Red+Green+Blue) = 203+102+32=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6620 is #3499DF. Grayscale: #7C7C7C. Windows color (decimal): -3447264 or 2123467. OLE color: 2123467.
HSL color Cylindrical-coordinate representation of color #CB6620: hue angle of 24.56º degrees, saturation: 0.73, 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 #CB6620 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 32 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.20 |
| HSL | 24.56º | 0.73% | 0.46% | - |
| HSV(B) | 24.56º | 0.84% | 0.8% | - |
| XYZ | 29.64 | 22.3 | 4.11 | - |
| YUV | 124.22 | 75.96 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 32 | 0 | 0.50 | 0.84 | 0.20 | 24.56 | 0.73 | 0.46 |
| Hex | CB | 66 | 20 | 0 | 32 | 54 | 14 | 19 | 49 | 2E |
| Octal | 313 | 146 | 40 | 0 | 62 | 124 | 24 | 31 | 111 | 56 |
| Binary | 11001011 | 1100110 | 100000 | 0 | 110010 | 1010100 | 10100 | 11001 | 1001001 | 101110 |
Color Harmonies of #CB6620
Complementary color
Monochromatic Colors of #CB6620
Black with #CB6620
Text Example
Text Example
White with #CB6620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6620; }
p { color: rgb(203,102,32); }
H1.HeaderClassName
{
color: #CB6620;
}
.AnyTagClassName
{
color: #CB6620;
}
</style>
background-color css
<style>
a { background-color: #CB6620; }
a { background-color: rgb(203,102,32); }
div.DivClassName
{
background-color: #CB6620;
}
.BgClassName
{
background-color: #CB6620;
}
</style>
border-color css
<style>
span { border-color: #CB6620; }
span { border-color: rgb(203,102,32); }
td.TdClassName
{
border-color: #CB6620;
}
.TagClassName
{
border-color: #CB6620;
}
</style>