Shades of Baker's Chocolate #6C2A0B
Tints of Baker's Chocolate #6C2A0B
RGB
CMYK
RGB Variations
Color information
#6C2A0B (or 0x6C2A0B) is known color: Baker's Chocolate. HEX triplet: 6C, 2A and 0B. RGB value is (108,42,11). Sum of RGB (Red+Green+Blue) = 108+42+11=161 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.08% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2A0B is #93D5F4. Grayscale: #3A3A3A. Windows color (decimal): -9688565 or 731756. OLE color: 731756.
HSL color Cylindrical-coordinate representation of color #6C2A0B: hue angle of 19.18º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C2A0B is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 42 | 11 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.58 |
| HSL | 19.18º | 0.82% | 0.23% | - |
| HSV(B) | 19.18º | 0.9% | 0.42% | - |
| XYZ | 7.07 | 4.87 | 0.88 | - |
| YUV | 58.2 | 101.37 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 11 | 0 | 0.61 | 0.90 | 0.58 | 19.18 | 0.82 | 0.23 |
| Hex | 6C | 2A | B | 0 | 3D | 5A | 3A | 13 | 52 | 17 |
| Octal | 154 | 52 | 13 | 0 | 75 | 132 | 72 | 23 | 122 | 27 |
| Binary | 1101100 | 101010 | 1011 | 0 | 111101 | 1011010 | 111010 | 10011 | 1010010 | 10111 |
Color Harmonies of #6C2A0B
Complementary color
Monochromatic Colors of #6C2A0B
Black with #6C2A0B
Text Example
Text Example
White with #6C2A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A0B; }
p { color: rgb(108,42,11); }
H1.HeaderClassName
{
color: #6C2A0B;
}
.AnyTagClassName
{
color: #6C2A0B;
}
</style>
background-color css
<style>
a { background-color: #6C2A0B; }
a { background-color: rgb(108,42,11); }
div.DivClassName
{
background-color: #6C2A0B;
}
.BgClassName
{
background-color: #6C2A0B;
}
</style>
border-color css
<style>
span { border-color: #6C2A0B; }
span { border-color: rgb(108,42,11); }
td.TdClassName
{
border-color: #6C2A0B;
}
.TagClassName
{
border-color: #6C2A0B;
}
</style>