Shades of Baker's Chocolate #6B2106
Tints of Baker's Chocolate #6B2106
RGB
CMYK
RGB Variations
Color information
#6B2106 (or 0x6B2106) is known color: Baker's Chocolate. HEX triplet: 6B, 21 and 06. RGB value is (107,33,6). Sum of RGB (Red+Green+Blue) = 107+33+6=146 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.29% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2106 is #94DEF9. Grayscale: #343434. Windows color (decimal): -9756410 or 401771. OLE color: 401771.
HSL color Cylindrical-coordinate representation of color #6B2106: hue angle of 16.04º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B2106 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 33 | 6 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.58 |
| HSL | 16.04º | 0.89% | 0.22% | - |
| HSV(B) | 16.04º | 0.94% | 0.42% | - |
| XYZ | 6.64 | 4.23 | 0.64 | - |
| YUV | 52.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 6 | 0 | 0.69 | 0.94 | 0.58 | 16.04 | 0.89 | 0.22 |
| Hex | 6B | 21 | 6 | 0 | 45 | 5E | 3A | 10 | 59 | 16 |
| Octal | 153 | 41 | 6 | 0 | 105 | 136 | 72 | 20 | 131 | 26 |
| Binary | 1101011 | 100001 | 110 | 0 | 1000101 | 1011110 | 111010 | 10000 | 1011001 | 10110 |
Color Harmonies of #6B2106
Complementary color
Monochromatic Colors of #6B2106
Black with #6B2106
Text Example
Text Example
White with #6B2106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2106; }
p { color: rgb(107,33,6); }
H1.HeaderClassName
{
color: #6B2106;
}
.AnyTagClassName
{
color: #6B2106;
}
</style>
background-color css
<style>
a { background-color: #6B2106; }
a { background-color: rgb(107,33,6); }
div.DivClassName
{
background-color: #6B2106;
}
.BgClassName
{
background-color: #6B2106;
}
</style>
border-color css
<style>
span { border-color: #6B2106; }
span { border-color: rgb(107,33,6); }
td.TdClassName
{
border-color: #6B2106;
}
.TagClassName
{
border-color: #6B2106;
}
</style>