Shades of Chocolate #CB6615
Tints of Chocolate #CB6615
RGB
CMYK
RGB Variations
Color information
#CB6615 (or 0xCB6615) is known color: Chocolate. HEX triplet: CB, 66 and 15. RGB value is (203,102,21). Sum of RGB (Red+Green+Blue) = 203+102+21=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6615 is #3499EA. Grayscale: #7B7B7B. Windows color (decimal): -3447275 or 1402571. OLE color: 1402571.
HSL color Cylindrical-coordinate representation of color #CB6615: hue angle of 26.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB6615 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 21 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.20 |
| HSL | 26.7º | 0.81% | 0.44% | - |
| HSV(B) | 26.7º | 0.9% | 0.8% | - |
| XYZ | 29.52 | 22.25 | 3.45 | - |
| YUV | 122.97 | 70.46 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 21 | 0 | 0.50 | 0.90 | 0.20 | 26.7 | 0.81 | 0.44 |
| Hex | CB | 66 | 15 | 0 | 32 | 5A | 14 | 1B | 51 | 2C |
| Octal | 313 | 146 | 25 | 0 | 62 | 132 | 24 | 33 | 121 | 54 |
| Binary | 11001011 | 1100110 | 10101 | 0 | 110010 | 1011010 | 10100 | 11011 | 1010001 | 101100 |
Color Harmonies of #CB6615
Complementary color
Monochromatic Colors of #CB6615
Black with #CB6615
Text Example
Text Example
White with #CB6615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6615; }
p { color: rgb(203,102,21); }
H1.HeaderClassName
{
color: #CB6615;
}
.AnyTagClassName
{
color: #CB6615;
}
</style>
background-color css
<style>
a { background-color: #CB6615; }
a { background-color: rgb(203,102,21); }
div.DivClassName
{
background-color: #CB6615;
}
.BgClassName
{
background-color: #CB6615;
}
</style>
border-color css
<style>
span { border-color: #CB6615; }
span { border-color: rgb(203,102,21); }
td.TdClassName
{
border-color: #CB6615;
}
.TagClassName
{
border-color: #CB6615;
}
</style>