Shades of Chocolate #CB6113
Tints of Chocolate #CB6113
RGB
CMYK
RGB Variations
Color information
#CB6113 (or 0xCB6113) is known color: Chocolate. HEX triplet: CB, 61 and 13. RGB value is (203,97,19). Sum of RGB (Red+Green+Blue) = 203+97+19=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6113 is #349EEC. Grayscale: #787878. Windows color (decimal): -3448557 or 1270219. OLE color: 1270219.
HSL color Cylindrical-coordinate representation of color #CB6113: hue angle of 25.43º 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 #CB6113 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 19 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.20 |
| HSL | 25.43º | 0.83% | 0.44% | - |
| HSV(B) | 25.43º | 0.91% | 0.8% | - |
| XYZ | 29.02 | 21.29 | 3.2 | - |
| YUV | 119.8 | 71.12 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 19 | 0 | 0.52 | 0.91 | 0.20 | 25.43 | 0.83 | 0.44 |
| Hex | CB | 61 | 13 | 0 | 34 | 5B | 14 | 19 | 53 | 2C |
| Octal | 313 | 141 | 23 | 0 | 64 | 133 | 24 | 31 | 123 | 54 |
| Binary | 11001011 | 1100001 | 10011 | 0 | 110100 | 1011011 | 10100 | 11001 | 1010011 | 101100 |
Color Harmonies of #CB6113
Complementary color
Monochromatic Colors of #CB6113
Black with #CB6113
Text Example
Text Example
White with #CB6113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6113; }
p { color: rgb(203,97,19); }
H1.HeaderClassName
{
color: #CB6113;
}
.AnyTagClassName
{
color: #CB6113;
}
</style>
background-color css
<style>
a { background-color: #CB6113; }
a { background-color: rgb(203,97,19); }
div.DivClassName
{
background-color: #CB6113;
}
.BgClassName
{
background-color: #CB6113;
}
</style>
border-color css
<style>
span { border-color: #CB6113; }
span { border-color: rgb(203,97,19); }
td.TdClassName
{
border-color: #CB6113;
}
.TagClassName
{
border-color: #CB6113;
}
</style>