Shades of Chocolate #CB6621
Tints of Chocolate #CB6621
RGB
CMYK
RGB Variations
Color information
#CB6621 (or 0xCB6621) is known color: Chocolate. HEX triplet: CB, 66 and 21. RGB value is (203,102,33). Sum of RGB (Red+Green+Blue) = 203+102+33=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6621 is #3499DE. Grayscale: #7C7C7C. Windows color (decimal): -3447263 or 2189003. OLE color: 2189003.
HSL color Cylindrical-coordinate representation of color #CB6621: hue angle of 24.35º 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 #CB6621 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 33 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.20 |
| HSL | 24.35º | 0.72% | 0.46% | - |
| HSV(B) | 24.35º | 0.84% | 0.8% | - |
| XYZ | 29.65 | 22.31 | 4.18 | - |
| YUV | 124.33 | 76.46 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 33 | 0 | 0.50 | 0.84 | 0.20 | 24.35 | 0.72 | 0.46 |
| Hex | CB | 66 | 21 | 0 | 32 | 54 | 14 | 18 | 48 | 2E |
| Octal | 313 | 146 | 41 | 0 | 62 | 124 | 24 | 30 | 110 | 56 |
| Binary | 11001011 | 1100110 | 100001 | 0 | 110010 | 1010100 | 10100 | 11000 | 1001000 | 101110 |
Color Harmonies of #CB6621
Complementary color
Monochromatic Colors of #CB6621
Black with #CB6621
Text Example
Text Example
White with #CB6621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6621; }
p { color: rgb(203,102,33); }
H1.HeaderClassName
{
color: #CB6621;
}
.AnyTagClassName
{
color: #CB6621;
}
</style>
background-color css
<style>
a { background-color: #CB6621; }
a { background-color: rgb(203,102,33); }
div.DivClassName
{
background-color: #CB6621;
}
.BgClassName
{
background-color: #CB6621;
}
</style>
border-color css
<style>
span { border-color: #CB6621; }
span { border-color: rgb(203,102,33); }
td.TdClassName
{
border-color: #CB6621;
}
.TagClassName
{
border-color: #CB6621;
}
</style>