Shades of Baker's Chocolate #6C2B0C
Tints of Baker's Chocolate #6C2B0C
RGB
CMYK
RGB Variations
Color information
#6C2B0C (or 0x6C2B0C) is known color: Baker's Chocolate. HEX triplet: 6C, 2B and 0C. RGB value is (108,43,12). Sum of RGB (Red+Green+Blue) = 108+43+12=163 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.26% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2B0C is #93D4F3. Grayscale: #3B3B3B. Windows color (decimal): -9688308 or 797548. OLE color: 797548.
HSL color Cylindrical-coordinate representation of color #6C2B0C: hue angle of 19.38º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C2B0C is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 43 | 12 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.58 |
| HSL | 19.38º | 0.8% | 0.24% | - |
| HSV(B) | 19.38º | 0.89% | 0.42% | - |
| XYZ | 7.11 | 4.94 | 0.93 | - |
| YUV | 58.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 12 | 0 | 0.60 | 0.89 | 0.58 | 19.38 | 0.8 | 0.24 |
| Hex | 6C | 2B | C | 0 | 3C | 59 | 3A | 13 | 50 | 18 |
| Octal | 154 | 53 | 14 | 0 | 74 | 131 | 72 | 23 | 120 | 30 |
| Binary | 1101100 | 101011 | 1100 | 0 | 111100 | 1011001 | 111010 | 10011 | 1010000 | 11000 |
Color Harmonies of #6C2B0C
Complementary color
Monochromatic Colors of #6C2B0C
Black with #6C2B0C
Text Example
Text Example
White with #6C2B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2B0C; }
p { color: rgb(108,43,12); }
H1.HeaderClassName
{
color: #6C2B0C;
}
.AnyTagClassName
{
color: #6C2B0C;
}
</style>
background-color css
<style>
a { background-color: #6C2B0C; }
a { background-color: rgb(108,43,12); }
div.DivClassName
{
background-color: #6C2B0C;
}
.BgClassName
{
background-color: #6C2B0C;
}
</style>
border-color css
<style>
span { border-color: #6C2B0C; }
span { border-color: rgb(108,43,12); }
td.TdClassName
{
border-color: #6C2B0C;
}
.TagClassName
{
border-color: #6C2B0C;
}
</style>