Shades of Chocolate #CB6D16
Tints of Chocolate #CB6D16
RGB
CMYK
RGB Variations
Color information
#CB6D16 (or 0xCB6D16) is known color: Chocolate. HEX triplet: CB, 6D and 16. RGB value is (203,109,22). Sum of RGB (Red+Green+Blue) = 203+109+22=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6D16 is #3492E9. Grayscale: #7F7F7F. Windows color (decimal): -3445482 or 1469899. OLE color: 1469899.
HSL color Cylindrical-coordinate representation of color #CB6D16: hue angle of 28.84º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB6D16 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 22 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.20 |
| HSL | 28.84º | 0.8% | 0.44% | - |
| HSV(B) | 28.84º | 0.89% | 0.8% | - |
| XYZ | 30.24 | 23.69 | 3.74 | - |
| YUV | 127.19 | 68.64 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 22 | 0 | 0.46 | 0.89 | 0.20 | 28.84 | 0.8 | 0.44 |
| Hex | CB | 6D | 16 | 0 | 2E | 59 | 14 | 1D | 50 | 2C |
| Octal | 313 | 155 | 26 | 0 | 56 | 131 | 24 | 35 | 120 | 54 |
| Binary | 11001011 | 1101101 | 10110 | 0 | 101110 | 1011001 | 10100 | 11101 | 1010000 | 101100 |
Color Harmonies of #CB6D16
Complementary color
Monochromatic Colors of #CB6D16
Black with #CB6D16
Text Example
Text Example
White with #CB6D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D16; }
p { color: rgb(203,109,22); }
H1.HeaderClassName
{
color: #CB6D16;
}
.AnyTagClassName
{
color: #CB6D16;
}
</style>
background-color css
<style>
a { background-color: #CB6D16; }
a { background-color: rgb(203,109,22); }
div.DivClassName
{
background-color: #CB6D16;
}
.BgClassName
{
background-color: #CB6D16;
}
</style>
border-color css
<style>
span { border-color: #CB6D16; }
span { border-color: rgb(203,109,22); }
td.TdClassName
{
border-color: #CB6D16;
}
.TagClassName
{
border-color: #CB6D16;
}
</style>