Shades of Chocolate #CB6D21
Tints of Chocolate #CB6D21
RGB
CMYK
RGB Variations
Color information
#CB6D21 (or 0xCB6D21) is known color: Chocolate. HEX triplet: CB, 6D and 21. RGB value is (203,109,33). Sum of RGB (Red+Green+Blue) = 203+109+33=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D21 is #3492DE. Grayscale: #808080. Windows color (decimal): -3445471 or 2190795. OLE color: 2190795.
HSL color Cylindrical-coordinate representation of color #CB6D21: hue angle of 26.82º 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 #CB6D21 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 33 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.20 |
| HSL | 26.82º | 0.72% | 0.46% | - |
| HSV(B) | 26.82º | 0.84% | 0.8% | - |
| XYZ | 30.37 | 23.74 | 4.42 | - |
| YUV | 128.44 | 74.14 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 33 | 0 | 0.46 | 0.84 | 0.20 | 26.82 | 0.72 | 0.46 |
| Hex | CB | 6D | 21 | 0 | 2E | 54 | 14 | 1B | 48 | 2E |
| Octal | 313 | 155 | 41 | 0 | 56 | 124 | 24 | 33 | 110 | 56 |
| Binary | 11001011 | 1101101 | 100001 | 0 | 101110 | 1010100 | 10100 | 11011 | 1001000 | 101110 |
Color Harmonies of #CB6D21
Complementary color
Monochromatic Colors of #CB6D21
Black with #CB6D21
Text Example
Text Example
White with #CB6D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D21; }
p { color: rgb(203,109,33); }
H1.HeaderClassName
{
color: #CB6D21;
}
.AnyTagClassName
{
color: #CB6D21;
}
</style>
background-color css
<style>
a { background-color: #CB6D21; }
a { background-color: rgb(203,109,33); }
div.DivClassName
{
background-color: #CB6D21;
}
.BgClassName
{
background-color: #CB6D21;
}
</style>
border-color css
<style>
span { border-color: #CB6D21; }
span { border-color: rgb(203,109,33); }
td.TdClassName
{
border-color: #CB6D21;
}
.TagClassName
{
border-color: #CB6D21;
}
</style>