Shades of Chocolate #CB6017
Tints of Chocolate #CB6017
RGB
CMYK
RGB Variations
Color information
#CB6017 (or 0xCB6017) is known color: Chocolate. HEX triplet: CB, 60 and 17. RGB value is (203,96,23). Sum of RGB (Red+Green+Blue) = 203+96+23=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6017 is #349FE8. Grayscale: #787878. Windows color (decimal): -3448809 or 1532107. OLE color: 1532107.
HSL color Cylindrical-coordinate representation of color #CB6017: hue angle of 24.33º 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 #CB6017 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 23 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.20 |
| HSL | 24.33º | 0.8% | 0.44% | - |
| HSV(B) | 24.33º | 0.89% | 0.8% | - |
| XYZ | 28.97 | 21.12 | 3.36 | - |
| YUV | 119.67 | 73.45 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 23 | 0 | 0.53 | 0.89 | 0.20 | 24.33 | 0.8 | 0.44 |
| Hex | CB | 60 | 17 | 0 | 35 | 59 | 14 | 18 | 50 | 2C |
| Octal | 313 | 140 | 27 | 0 | 65 | 131 | 24 | 30 | 120 | 54 |
| Binary | 11001011 | 1100000 | 10111 | 0 | 110101 | 1011001 | 10100 | 11000 | 1010000 | 101100 |
Color Harmonies of #CB6017
Complementary color
Monochromatic Colors of #CB6017
Black with #CB6017
Text Example
Text Example
White with #CB6017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6017; }
p { color: rgb(203,96,23); }
H1.HeaderClassName
{
color: #CB6017;
}
.AnyTagClassName
{
color: #CB6017;
}
</style>
background-color css
<style>
a { background-color: #CB6017; }
a { background-color: rgb(203,96,23); }
div.DivClassName
{
background-color: #CB6017;
}
.BgClassName
{
background-color: #CB6017;
}
</style>
border-color css
<style>
span { border-color: #CB6017; }
span { border-color: rgb(203,96,23); }
td.TdClassName
{
border-color: #CB6017;
}
.TagClassName
{
border-color: #CB6017;
}
</style>