Shades of Chocolate #CB6C24
Tints of Chocolate #CB6C24
RGB
CMYK
RGB Variations
Color information
#CB6C24 (or 0xCB6C24) is known color: Chocolate. HEX triplet: CB, 6C and 24. RGB value is (203,108,36). Sum of RGB (Red+Green+Blue) = 203+108+36=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C24 is #3493DB. Grayscale: #808080. Windows color (decimal): -3445724 or 2387147. OLE color: 2387147.
HSL color Cylindrical-coordinate representation of color #CB6C24: hue angle of 25.87º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB6C24 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 36 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.20 |
| HSL | 25.87º | 0.7% | 0.47% | - |
| HSV(B) | 25.87º | 0.82% | 0.8% | - |
| XYZ | 30.31 | 23.55 | 4.62 | - |
| YUV | 128.2 | 75.97 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 36 | 0 | 0.47 | 0.82 | 0.20 | 25.87 | 0.7 | 0.47 |
| Hex | CB | 6C | 24 | 0 | 2F | 52 | 14 | 1A | 46 | 2F |
| Octal | 313 | 154 | 44 | 0 | 57 | 122 | 24 | 32 | 106 | 57 |
| Binary | 11001011 | 1101100 | 100100 | 0 | 101111 | 1010010 | 10100 | 11010 | 1000110 | 101111 |
Color Harmonies of #CB6C24
Complementary color
Monochromatic Colors of #CB6C24
Black with #CB6C24
Text Example
Text Example
White with #CB6C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6C24; }
p { color: rgb(203,108,36); }
H1.HeaderClassName
{
color: #CB6C24;
}
.AnyTagClassName
{
color: #CB6C24;
}
</style>
background-color css
<style>
a { background-color: #CB6C24; }
a { background-color: rgb(203,108,36); }
div.DivClassName
{
background-color: #CB6C24;
}
.BgClassName
{
background-color: #CB6C24;
}
</style>
border-color css
<style>
span { border-color: #CB6C24; }
span { border-color: rgb(203,108,36); }
td.TdClassName
{
border-color: #CB6C24;
}
.TagClassName
{
border-color: #CB6C24;
}
</style>