Shades of Chocolate #CB6413
Tints of Chocolate #CB6413
RGB
CMYK
RGB Variations
Color information
#CB6413 (or 0xCB6413) is known color: Chocolate. HEX triplet: CB, 64 and 13. RGB value is (203,100,19). Sum of RGB (Red+Green+Blue) = 203+100+19=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6413 is #349BEC. Grayscale: #797979. Windows color (decimal): -3447789 or 1270987. OLE color: 1270987.
HSL color Cylindrical-coordinate representation of color #CB6413: hue angle of 26.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB6413 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 19 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.20 |
| HSL | 26.41º | 0.83% | 0.44% | - |
| HSV(B) | 26.41º | 0.91% | 0.8% | - |
| XYZ | 29.3 | 21.86 | 3.29 | - |
| YUV | 121.56 | 70.12 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 19 | 0 | 0.51 | 0.91 | 0.20 | 26.41 | 0.83 | 0.44 |
| Hex | CB | 64 | 13 | 0 | 33 | 5B | 14 | 1A | 53 | 2C |
| Octal | 313 | 144 | 23 | 0 | 63 | 133 | 24 | 32 | 123 | 54 |
| Binary | 11001011 | 1100100 | 10011 | 0 | 110011 | 1011011 | 10100 | 11010 | 1010011 | 101100 |
Color Harmonies of #CB6413
Complementary color
Monochromatic Colors of #CB6413
Black with #CB6413
Text Example
Text Example
White with #CB6413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6413; }
p { color: rgb(203,100,19); }
H1.HeaderClassName
{
color: #CB6413;
}
.AnyTagClassName
{
color: #CB6413;
}
</style>
background-color css
<style>
a { background-color: #CB6413; }
a { background-color: rgb(203,100,19); }
div.DivClassName
{
background-color: #CB6413;
}
.BgClassName
{
background-color: #CB6413;
}
</style>
border-color css
<style>
span { border-color: #CB6413; }
span { border-color: rgb(203,100,19); }
td.TdClassName
{
border-color: #CB6413;
}
.TagClassName
{
border-color: #CB6413;
}
</style>