Shades of Baker's Chocolate #6C2B08
Tints of Baker's Chocolate #6C2B08
RGB
CMYK
RGB Variations
Color information
#6C2B08 (or 0x6C2B08) is known color: Baker's Chocolate. HEX triplet: 6C, 2B and 08. RGB value is (108,43,8). Sum of RGB (Red+Green+Blue) = 108+43+8=159 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.92% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2B08 is #93D4F7. Grayscale: #3A3A3A. Windows color (decimal): -9688312 or 535404. OLE color: 535404.
HSL color Cylindrical-coordinate representation of color #6C2B08: hue angle of 21º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C2B08 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 43 | 8 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.58 |
| HSL | 21º | 0.86% | 0.23% | - |
| HSV(B) | 21º | 0.93% | 0.42% | - |
| XYZ | 7.09 | 4.93 | 0.81 | - |
| YUV | 58.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 8 | 0 | 0.60 | 0.93 | 0.58 | 21 | 0.86 | 0.23 |
| Hex | 6C | 2B | 8 | 0 | 3C | 5D | 3A | 15 | 56 | 17 |
| Octal | 154 | 53 | 10 | 0 | 74 | 135 | 72 | 25 | 126 | 27 |
| Binary | 1101100 | 101011 | 1000 | 0 | 111100 | 1011101 | 111010 | 10101 | 1010110 | 10111 |
Color Harmonies of #6C2B08
Complementary color
Monochromatic Colors of #6C2B08
Black with #6C2B08
Text Example
Text Example
White with #6C2B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2B08; }
p { color: rgb(108,43,8); }
H1.HeaderClassName
{
color: #6C2B08;
}
.AnyTagClassName
{
color: #6C2B08;
}
</style>
background-color css
<style>
a { background-color: #6C2B08; }
a { background-color: rgb(108,43,8); }
div.DivClassName
{
background-color: #6C2B08;
}
.BgClassName
{
background-color: #6C2B08;
}
</style>
border-color css
<style>
span { border-color: #6C2B08; }
span { border-color: rgb(108,43,8); }
td.TdClassName
{
border-color: #6C2B08;
}
.TagClassName
{
border-color: #6C2B08;
}
</style>