Shades of Chocolate #CB6122
Tints of Chocolate #CB6122
RGB
CMYK
RGB Variations
Color information
#CB6122 (or 0xCB6122) is known color: Chocolate. HEX triplet: CB, 61 and 22. RGB value is (203,97,34). Sum of RGB (Red+Green+Blue) = 203+97+34=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6122 is #349EDD. Grayscale: #797979. Windows color (decimal): -3448542 or 2253259. OLE color: 2253259.
HSL color Cylindrical-coordinate representation of color #CB6122: hue angle of 22.37º 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 #CB6122 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 34 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.20 |
| HSL | 22.37º | 0.71% | 0.46% | - |
| HSV(B) | 22.37º | 0.83% | 0.8% | - |
| XYZ | 29.19 | 21.36 | 4.1 | - |
| YUV | 121.51 | 78.62 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 34 | 0 | 0.52 | 0.83 | 0.20 | 22.37 | 0.71 | 0.46 |
| Hex | CB | 61 | 22 | 0 | 34 | 53 | 14 | 16 | 47 | 2E |
| Octal | 313 | 141 | 42 | 0 | 64 | 123 | 24 | 26 | 107 | 56 |
| Binary | 11001011 | 1100001 | 100010 | 0 | 110100 | 1010011 | 10100 | 10110 | 1000111 | 101110 |
Color Harmonies of #CB6122
Complementary color
Monochromatic Colors of #CB6122
Black with #CB6122
Text Example
Text Example
White with #CB6122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6122; }
p { color: rgb(203,97,34); }
H1.HeaderClassName
{
color: #CB6122;
}
.AnyTagClassName
{
color: #CB6122;
}
</style>
background-color css
<style>
a { background-color: #CB6122; }
a { background-color: rgb(203,97,34); }
div.DivClassName
{
background-color: #CB6122;
}
.BgClassName
{
background-color: #CB6122;
}
</style>
border-color css
<style>
span { border-color: #CB6122; }
span { border-color: rgb(203,97,34); }
td.TdClassName
{
border-color: #CB6122;
}
.TagClassName
{
border-color: #CB6122;
}
</style>