Shades of Chocolate #CB6321
Tints of Chocolate #CB6321
RGB
CMYK
RGB Variations
Color information
#CB6321 (or 0xCB6321) is known color: Chocolate. HEX triplet: CB, 63 and 21. RGB value is (203,99,33). Sum of RGB (Red+Green+Blue) = 203+99+33=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6321 is #349CDE. Grayscale: #7A7A7A. Windows color (decimal): -3448031 or 2188235. OLE color: 2188235.
HSL color Cylindrical-coordinate representation of color #CB6321: hue angle of 23.29º 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 #CB6321 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 33 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.20 |
| HSL | 23.29º | 0.72% | 0.46% | - |
| HSV(B) | 23.29º | 0.84% | 0.8% | - |
| XYZ | 29.36 | 21.73 | 4.09 | - |
| YUV | 122.57 | 77.46 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 33 | 0 | 0.51 | 0.84 | 0.20 | 23.29 | 0.72 | 0.46 |
| Hex | CB | 63 | 21 | 0 | 33 | 54 | 14 | 17 | 48 | 2E |
| Octal | 313 | 143 | 41 | 0 | 63 | 124 | 24 | 27 | 110 | 56 |
| Binary | 11001011 | 1100011 | 100001 | 0 | 110011 | 1010100 | 10100 | 10111 | 1001000 | 101110 |
Color Harmonies of #CB6321
Complementary color
Monochromatic Colors of #CB6321
Black with #CB6321
Text Example
Text Example
White with #CB6321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6321; }
p { color: rgb(203,99,33); }
H1.HeaderClassName
{
color: #CB6321;
}
.AnyTagClassName
{
color: #CB6321;
}
</style>
background-color css
<style>
a { background-color: #CB6321; }
a { background-color: rgb(203,99,33); }
div.DivClassName
{
background-color: #CB6321;
}
.BgClassName
{
background-color: #CB6321;
}
</style>
border-color css
<style>
span { border-color: #CB6321; }
span { border-color: rgb(203,99,33); }
td.TdClassName
{
border-color: #CB6321;
}
.TagClassName
{
border-color: #CB6321;
}
</style>