Shades of Chocolate #CB6F15
Tints of Chocolate #CB6F15
RGB
CMYK
RGB Variations
Color information
#CB6F15 (or 0xCB6F15) is known color: Chocolate. HEX triplet: CB, 6F and 15. RGB value is (203,111,21). Sum of RGB (Red+Green+Blue) = 203+111+21=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6F15 is #3490EA. Grayscale: #808080. Windows color (decimal): -3444971 or 1404875. OLE color: 1404875.
HSL color Cylindrical-coordinate representation of color #CB6F15: hue angle of 29.67º degrees, saturation: 0.81, 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 #CB6F15 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 21 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.20 |
| HSL | 29.67º | 0.81% | 0.44% | - |
| HSV(B) | 29.67º | 0.9% | 0.8% | - |
| XYZ | 30.45 | 24.12 | 3.76 | - |
| YUV | 128.25 | 67.48 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 21 | 0 | 0.45 | 0.90 | 0.20 | 29.67 | 0.81 | 0.44 |
| Hex | CB | 6F | 15 | 0 | 2D | 5A | 14 | 1E | 51 | 2C |
| Octal | 313 | 157 | 25 | 0 | 55 | 132 | 24 | 36 | 121 | 54 |
| Binary | 11001011 | 1101111 | 10101 | 0 | 101101 | 1011010 | 10100 | 11110 | 1010001 | 101100 |
Color Harmonies of #CB6F15
Complementary color
Monochromatic Colors of #CB6F15
Black with #CB6F15
Text Example
Text Example
White with #CB6F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F15; }
p { color: rgb(203,111,21); }
H1.HeaderClassName
{
color: #CB6F15;
}
.AnyTagClassName
{
color: #CB6F15;
}
</style>
background-color css
<style>
a { background-color: #CB6F15; }
a { background-color: rgb(203,111,21); }
div.DivClassName
{
background-color: #CB6F15;
}
.BgClassName
{
background-color: #CB6F15;
}
</style>
border-color css
<style>
span { border-color: #CB6F15; }
span { border-color: rgb(203,111,21); }
td.TdClassName
{
border-color: #CB6F15;
}
.TagClassName
{
border-color: #CB6F15;
}
</style>