Shades of Chocolate #CB6F14
Tints of Chocolate #CB6F14
RGB
CMYK
RGB Variations
Color information
#CB6F14 (or 0xCB6F14) is known color: Chocolate. HEX triplet: CB, 6F and 14. RGB value is (203,111,20). Sum of RGB (Red+Green+Blue) = 203+111+20=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6F14 is #3490EB. Grayscale: #808080. Windows color (decimal): -3444972 or 1339339. OLE color: 1339339.
HSL color Cylindrical-coordinate representation of color #CB6F14: hue angle of 29.84º 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 #CB6F14 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 20 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.20 |
| HSL | 29.84º | 0.82% | 0.44% | - |
| HSV(B) | 29.84º | 0.9% | 0.8% | - |
| XYZ | 30.44 | 24.12 | 3.71 | - |
| YUV | 128.13 | 66.98 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 20 | 0 | 0.45 | 0.90 | 0.20 | 29.84 | 0.82 | 0.44 |
| Hex | CB | 6F | 14 | 0 | 2D | 5A | 14 | 1E | 52 | 2C |
| Octal | 313 | 157 | 24 | 0 | 55 | 132 | 24 | 36 | 122 | 54 |
| Binary | 11001011 | 1101111 | 10100 | 0 | 101101 | 1011010 | 10100 | 11110 | 1010010 | 101100 |
Color Harmonies of #CB6F14
Complementary color
Monochromatic Colors of #CB6F14
Black with #CB6F14
Text Example
Text Example
White with #CB6F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F14; }
p { color: rgb(203,111,20); }
H1.HeaderClassName
{
color: #CB6F14;
}
.AnyTagClassName
{
color: #CB6F14;
}
</style>
background-color css
<style>
a { background-color: #CB6F14; }
a { background-color: rgb(203,111,20); }
div.DivClassName
{
background-color: #CB6F14;
}
.BgClassName
{
background-color: #CB6F14;
}
</style>
border-color css
<style>
span { border-color: #CB6F14; }
span { border-color: rgb(203,111,20); }
td.TdClassName
{
border-color: #CB6F14;
}
.TagClassName
{
border-color: #CB6F14;
}
</style>