Shades of Chocolate #CB6616
Tints of Chocolate #CB6616
RGB
CMYK
RGB Variations
Color information
#CB6616 (or 0xCB6616) is known color: Chocolate. HEX triplet: CB, 66 and 16. RGB value is (203,102,22). Sum of RGB (Red+Green+Blue) = 203+102+22=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6616 is #3499E9. Grayscale: #7B7B7B. Windows color (decimal): -3447274 or 1468107. OLE color: 1468107.
HSL color Cylindrical-coordinate representation of color #CB6616: hue angle of 26.52º 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 #CB6616 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 22 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.20 |
| HSL | 26.52º | 0.8% | 0.44% | - |
| HSV(B) | 26.52º | 0.89% | 0.8% | - |
| XYZ | 29.52 | 22.26 | 3.5 | - |
| YUV | 123.08 | 70.96 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 22 | 0 | 0.50 | 0.89 | 0.20 | 26.52 | 0.8 | 0.44 |
| Hex | CB | 66 | 16 | 0 | 32 | 59 | 14 | 1B | 50 | 2C |
| Octal | 313 | 146 | 26 | 0 | 62 | 131 | 24 | 33 | 120 | 54 |
| Binary | 11001011 | 1100110 | 10110 | 0 | 110010 | 1011001 | 10100 | 11011 | 1010000 | 101100 |
Color Harmonies of #CB6616
Complementary color
Monochromatic Colors of #CB6616
Black with #CB6616
Text Example
Text Example
White with #CB6616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6616; }
p { color: rgb(203,102,22); }
H1.HeaderClassName
{
color: #CB6616;
}
.AnyTagClassName
{
color: #CB6616;
}
</style>
background-color css
<style>
a { background-color: #CB6616; }
a { background-color: rgb(203,102,22); }
div.DivClassName
{
background-color: #CB6616;
}
.BgClassName
{
background-color: #CB6616;
}
</style>
border-color css
<style>
span { border-color: #CB6616; }
span { border-color: rgb(203,102,22); }
td.TdClassName
{
border-color: #CB6616;
}
.TagClassName
{
border-color: #CB6616;
}
</style>