Shades of Chocolate #CB6322
Tints of Chocolate #CB6322
RGB
CMYK
RGB Variations
Color information
#CB6322 (or 0xCB6322) is known color: Chocolate. HEX triplet: CB, 63 and 22. RGB value is (203,99,34). Sum of RGB (Red+Green+Blue) = 203+99+34=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6322 is #349CDD. Grayscale: #7B7B7B. Windows color (decimal): -3448030 or 2253771. OLE color: 2253771.
HSL color Cylindrical-coordinate representation of color #CB6322: hue angle of 23.08º 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 #CB6322 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 34 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.20 |
| HSL | 23.08º | 0.71% | 0.46% | - |
| HSV(B) | 23.08º | 0.83% | 0.8% | - |
| XYZ | 29.38 | 21.74 | 4.16 | - |
| YUV | 122.69 | 77.96 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 34 | 0 | 0.51 | 0.83 | 0.20 | 23.08 | 0.71 | 0.46 |
| Hex | CB | 63 | 22 | 0 | 33 | 53 | 14 | 17 | 47 | 2E |
| Octal | 313 | 143 | 42 | 0 | 63 | 123 | 24 | 27 | 107 | 56 |
| Binary | 11001011 | 1100011 | 100010 | 0 | 110011 | 1010011 | 10100 | 10111 | 1000111 | 101110 |
Color Harmonies of #CB6322
Complementary color
Monochromatic Colors of #CB6322
Black with #CB6322
Text Example
Text Example
White with #CB6322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6322; }
p { color: rgb(203,99,34); }
H1.HeaderClassName
{
color: #CB6322;
}
.AnyTagClassName
{
color: #CB6322;
}
</style>
background-color css
<style>
a { background-color: #CB6322; }
a { background-color: rgb(203,99,34); }
div.DivClassName
{
background-color: #CB6322;
}
.BgClassName
{
background-color: #CB6322;
}
</style>
border-color css
<style>
span { border-color: #CB6322; }
span { border-color: rgb(203,99,34); }
td.TdClassName
{
border-color: #CB6322;
}
.TagClassName
{
border-color: #CB6322;
}
</style>