Shades of Chocolate #CB6913
Tints of Chocolate #CB6913
RGB
CMYK
RGB Variations
Color information
#CB6913 (or 0xCB6913) is known color: Chocolate. HEX triplet: CB, 69 and 13. RGB value is (203,105,19). Sum of RGB (Red+Green+Blue) = 203+105+19=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6913 is #3496EC. Grayscale: #7C7C7C. Windows color (decimal): -3446509 or 1272267. OLE color: 1272267.
HSL color Cylindrical-coordinate representation of color #CB6913: hue angle of 28.04º 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 #CB6913 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 19 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.20 |
| HSL | 28.04º | 0.83% | 0.44% | - |
| HSV(B) | 28.04º | 0.91% | 0.8% | - |
| XYZ | 29.8 | 22.85 | 3.46 | - |
| YUV | 124.5 | 68.47 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 19 | 0 | 0.48 | 0.91 | 0.20 | 28.04 | 0.83 | 0.44 |
| Hex | CB | 69 | 13 | 0 | 30 | 5B | 14 | 1C | 53 | 2C |
| Octal | 313 | 151 | 23 | 0 | 60 | 133 | 24 | 34 | 123 | 54 |
| Binary | 11001011 | 1101001 | 10011 | 0 | 110000 | 1011011 | 10100 | 11100 | 1010011 | 101100 |
Color Harmonies of #CB6913
Complementary color
Monochromatic Colors of #CB6913
Black with #CB6913
Text Example
Text Example
White with #CB6913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6913; }
p { color: rgb(203,105,19); }
H1.HeaderClassName
{
color: #CB6913;
}
.AnyTagClassName
{
color: #CB6913;
}
</style>
background-color css
<style>
a { background-color: #CB6913; }
a { background-color: rgb(203,105,19); }
div.DivClassName
{
background-color: #CB6913;
}
.BgClassName
{
background-color: #CB6913;
}
</style>
border-color css
<style>
span { border-color: #CB6913; }
span { border-color: rgb(203,105,19); }
td.TdClassName
{
border-color: #CB6913;
}
.TagClassName
{
border-color: #CB6913;
}
</style>