Shades of Chocolate #CB6614
Tints of Chocolate #CB6614
RGB
CMYK
RGB Variations
Color information
#CB6614 (or 0xCB6614) is known color: Chocolate. HEX triplet: CB, 66 and 14. RGB value is (203,102,20). Sum of RGB (Red+Green+Blue) = 203+102+20=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6614 is #3499EB. Grayscale: #7B7B7B. Windows color (decimal): -3447276 or 1337035. OLE color: 1337035.
HSL color Cylindrical-coordinate representation of color #CB6614: hue angle of 26.89º degrees, saturation: 0.82, 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 #CB6614 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 20 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.20 |
| HSL | 26.89º | 0.82% | 0.44% | - |
| HSV(B) | 26.89º | 0.9% | 0.8% | - |
| XYZ | 29.51 | 22.25 | 3.4 | - |
| YUV | 122.85 | 69.96 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 20 | 0 | 0.50 | 0.90 | 0.20 | 26.89 | 0.82 | 0.44 |
| Hex | CB | 66 | 14 | 0 | 32 | 5A | 14 | 1B | 52 | 2C |
| Octal | 313 | 146 | 24 | 0 | 62 | 132 | 24 | 33 | 122 | 54 |
| Binary | 11001011 | 1100110 | 10100 | 0 | 110010 | 1011010 | 10100 | 11011 | 1010010 | 101100 |
Color Harmonies of #CB6614
Complementary color
Monochromatic Colors of #CB6614
Black with #CB6614
Text Example
Text Example
White with #CB6614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6614; }
p { color: rgb(203,102,20); }
H1.HeaderClassName
{
color: #CB6614;
}
.AnyTagClassName
{
color: #CB6614;
}
</style>
background-color css
<style>
a { background-color: #CB6614; }
a { background-color: rgb(203,102,20); }
div.DivClassName
{
background-color: #CB6614;
}
.BgClassName
{
background-color: #CB6614;
}
</style>
border-color css
<style>
span { border-color: #CB6614; }
span { border-color: rgb(203,102,20); }
td.TdClassName
{
border-color: #CB6614;
}
.TagClassName
{
border-color: #CB6614;
}
</style>