Shades of Baker's Chocolate #6B2B11
Tints of Baker's Chocolate #6B2B11
RGB
CMYK
RGB Variations
Color information
#6B2B11 (or 0x6B2B11) is known color: Baker's Chocolate. HEX triplet: 6B, 2B and 11. RGB value is (107,43,17). Sum of RGB (Red+Green+Blue) = 107+43+17=167 (22% of max value = 765). Red value is 107 (42.19% from 255 or 64.07% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2B11 is #94D4EE. Grayscale: #3B3B3B. Windows color (decimal): -9753839 or 1125227. OLE color: 1125227.
HSL color Cylindrical-coordinate representation of color #6B2B11: hue angle of 17.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B2B11 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 43 | 17 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.58 |
| HSL | 17.33º | 0.73% | 0.24% | - |
| HSV(B) | 17.33º | 0.84% | 0.42% | - |
| XYZ | 7.03 | 4.89 | 1.1 | - |
| YUV | 59.17 | 104.2 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 43 | 17 | 0 | 0.60 | 0.84 | 0.58 | 17.33 | 0.73 | 0.24 |
| Hex | 6B | 2B | 11 | 0 | 3C | 54 | 3A | 11 | 49 | 18 |
| Octal | 153 | 53 | 21 | 0 | 74 | 124 | 72 | 21 | 111 | 30 |
| Binary | 1101011 | 101011 | 10001 | 0 | 111100 | 1010100 | 111010 | 10001 | 1001001 | 11000 |
Color Harmonies of #6B2B11
Complementary color
Monochromatic Colors of #6B2B11
Black with #6B2B11
Text Example
Text Example
White with #6B2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2B11; }
p { color: rgb(107,43,17); }
H1.HeaderClassName
{
color: #6B2B11;
}
.AnyTagClassName
{
color: #6B2B11;
}
</style>
background-color css
<style>
a { background-color: #6B2B11; }
a { background-color: rgb(107,43,17); }
div.DivClassName
{
background-color: #6B2B11;
}
.BgClassName
{
background-color: #6B2B11;
}
</style>
border-color css
<style>
span { border-color: #6B2B11; }
span { border-color: rgb(107,43,17); }
td.TdClassName
{
border-color: #6B2B11;
}
.TagClassName
{
border-color: #6B2B11;
}
</style>