Shades of Baker's Chocolate #6B2A0B
Tints of Baker's Chocolate #6B2A0B
RGB
CMYK
RGB Variations
Color information
#6B2A0B (or 0x6B2A0B) is known color: Baker's Chocolate. HEX triplet: 6B, 2A and 0B. RGB value is (107,42,11). Sum of RGB (Red+Green+Blue) = 107+42+11=160 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.88% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2A0B is #94D5F4. Grayscale: #3A3A3A. Windows color (decimal): -9754101 or 731755. OLE color: 731755.
HSL color Cylindrical-coordinate representation of color #6B2A0B: hue angle of 19.38º degrees, saturation: 0.81, 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 #6B2A0B is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 42 | 11 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.58 |
| HSL | 19.38º | 0.81% | 0.23% | - |
| HSV(B) | 19.38º | 0.9% | 0.42% | - |
| XYZ | 6.95 | 4.81 | 0.88 | - |
| YUV | 57.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 42 | 11 | 0 | 0.61 | 0.90 | 0.58 | 19.38 | 0.81 | 0.23 |
| Hex | 6B | 2A | B | 0 | 3D | 5A | 3A | 13 | 51 | 17 |
| Octal | 153 | 52 | 13 | 0 | 75 | 132 | 72 | 23 | 121 | 27 |
| Binary | 1101011 | 101010 | 1011 | 0 | 111101 | 1011010 | 111010 | 10011 | 1010001 | 10111 |
Color Harmonies of #6B2A0B
Complementary color
Monochromatic Colors of #6B2A0B
Black with #6B2A0B
Text Example
Text Example
White with #6B2A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2A0B; }
p { color: rgb(107,42,11); }
H1.HeaderClassName
{
color: #6B2A0B;
}
.AnyTagClassName
{
color: #6B2A0B;
}
</style>
background-color css
<style>
a { background-color: #6B2A0B; }
a { background-color: rgb(107,42,11); }
div.DivClassName
{
background-color: #6B2A0B;
}
.BgClassName
{
background-color: #6B2A0B;
}
</style>
border-color css
<style>
span { border-color: #6B2A0B; }
span { border-color: rgb(107,42,11); }
td.TdClassName
{
border-color: #6B2A0B;
}
.TagClassName
{
border-color: #6B2A0B;
}
</style>