Shades of Chocolate #CB6916
Tints of Chocolate #CB6916
RGB
CMYK
RGB Variations
Color information
#CB6916 (or 0xCB6916) is known color: Chocolate. HEX triplet: CB, 69 and 16. RGB value is (203,105,22). Sum of RGB (Red+Green+Blue) = 203+105+22=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6916 is #3496E9. Grayscale: #7D7D7D. Windows color (decimal): -3446506 or 1468875. OLE color: 1468875.
HSL color Cylindrical-coordinate representation of color #CB6916: hue angle of 27.51º 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 #CB6916 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 22 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.20 |
| HSL | 27.51º | 0.8% | 0.44% | - |
| HSV(B) | 27.51º | 0.89% | 0.8% | - |
| XYZ | 29.83 | 22.86 | 3.6 | - |
| YUV | 124.84 | 69.97 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 22 | 0 | 0.48 | 0.89 | 0.20 | 27.51 | 0.8 | 0.44 |
| Hex | CB | 69 | 16 | 0 | 30 | 59 | 14 | 1C | 50 | 2C |
| Octal | 313 | 151 | 26 | 0 | 60 | 131 | 24 | 34 | 120 | 54 |
| Binary | 11001011 | 1101001 | 10110 | 0 | 110000 | 1011001 | 10100 | 11100 | 1010000 | 101100 |
Color Harmonies of #CB6916
Complementary color
Monochromatic Colors of #CB6916
Black with #CB6916
Text Example
Text Example
White with #CB6916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6916; }
p { color: rgb(203,105,22); }
H1.HeaderClassName
{
color: #CB6916;
}
.AnyTagClassName
{
color: #CB6916;
}
</style>
background-color css
<style>
a { background-color: #CB6916; }
a { background-color: rgb(203,105,22); }
div.DivClassName
{
background-color: #CB6916;
}
.BgClassName
{
background-color: #CB6916;
}
</style>
border-color css
<style>
span { border-color: #CB6916; }
span { border-color: rgb(203,105,22); }
td.TdClassName
{
border-color: #CB6916;
}
.TagClassName
{
border-color: #CB6916;
}
</style>