Shades of Chocolate #CB6511
Tints of Chocolate #CB6511
RGB
CMYK
RGB Variations
Color information
#CB6511 (or 0xCB6511) is known color: Chocolate. HEX triplet: CB, 65 and 11. RGB value is (203,101,17). Sum of RGB (Red+Green+Blue) = 203+101+17=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6511 is #349AEE. Grayscale: #7A7A7A. Windows color (decimal): -3447535 or 1140171. OLE color: 1140171.
HSL color Cylindrical-coordinate representation of color #CB6511: hue angle of 27.1º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB6511 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 17 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.20 |
| HSL | 27.1º | 0.85% | 0.43% | - |
| HSV(B) | 27.1º | 0.92% | 0.8% | - |
| XYZ | 29.38 | 22.04 | 3.24 | - |
| YUV | 121.92 | 68.79 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 17 | 0 | 0.50 | 0.92 | 0.20 | 27.1 | 0.85 | 0.43 |
| Hex | CB | 65 | 11 | 0 | 32 | 5C | 14 | 1B | 55 | 2B |
| Octal | 313 | 145 | 21 | 0 | 62 | 134 | 24 | 33 | 125 | 53 |
| Binary | 11001011 | 1100101 | 10001 | 0 | 110010 | 1011100 | 10100 | 11011 | 1010101 | 101011 |
Color Harmonies of #CB6511
Complementary color
Monochromatic Colors of #CB6511
Black with #CB6511
Text Example
Text Example
White with #CB6511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6511; }
p { color: rgb(203,101,17); }
H1.HeaderClassName
{
color: #CB6511;
}
.AnyTagClassName
{
color: #CB6511;
}
</style>
background-color css
<style>
a { background-color: #CB6511; }
a { background-color: rgb(203,101,17); }
div.DivClassName
{
background-color: #CB6511;
}
.BgClassName
{
background-color: #CB6511;
}
</style>
border-color css
<style>
span { border-color: #CB6511; }
span { border-color: rgb(203,101,17); }
td.TdClassName
{
border-color: #CB6511;
}
.TagClassName
{
border-color: #CB6511;
}
</style>