Shades of Chocolate #CB6B12
Tints of Chocolate #CB6B12
RGB
CMYK
RGB Variations
Color information
#CB6B12 (or 0xCB6B12) is known color: Chocolate. HEX triplet: CB, 6B and 12. RGB value is (203,107,18). Sum of RGB (Red+Green+Blue) = 203+107+18=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6B12 is #3494ED. Grayscale: #7E7E7E. Windows color (decimal): -3445998 or 1207243. OLE color: 1207243.
HSL color Cylindrical-coordinate representation of color #CB6B12: hue angle of 28.86º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB6B12 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 18 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.20 |
| HSL | 28.86º | 0.84% | 0.43% | - |
| HSV(B) | 28.86º | 0.91% | 0.8% | - |
| XYZ | 30 | 23.26 | 3.48 | - |
| YUV | 125.56 | 67.3 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 18 | 0 | 0.47 | 0.91 | 0.20 | 28.86 | 0.84 | 0.43 |
| Hex | CB | 6B | 12 | 0 | 2F | 5B | 14 | 1D | 54 | 2B |
| Octal | 313 | 153 | 22 | 0 | 57 | 133 | 24 | 35 | 124 | 53 |
| Binary | 11001011 | 1101011 | 10010 | 0 | 101111 | 1011011 | 10100 | 11101 | 1010100 | 101011 |
Color Harmonies of #CB6B12
Complementary color
Monochromatic Colors of #CB6B12
Black with #CB6B12
Text Example
Text Example
White with #CB6B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6B12; }
p { color: rgb(203,107,18); }
H1.HeaderClassName
{
color: #CB6B12;
}
.AnyTagClassName
{
color: #CB6B12;
}
</style>
background-color css
<style>
a { background-color: #CB6B12; }
a { background-color: rgb(203,107,18); }
div.DivClassName
{
background-color: #CB6B12;
}
.BgClassName
{
background-color: #CB6B12;
}
</style>
border-color css
<style>
span { border-color: #CB6B12; }
span { border-color: rgb(203,107,18); }
td.TdClassName
{
border-color: #CB6B12;
}
.TagClassName
{
border-color: #CB6B12;
}
</style>