Shades of Baker's Chocolate #6D2806
Tints of Baker's Chocolate #6D2806
RGB
CMYK
RGB Variations
Color information
#6D2806 (or 0x6D2806) is known color: Baker's Chocolate. HEX triplet: 6D, 28 and 06. RGB value is (109,40,6). Sum of RGB (Red+Green+Blue) = 109+40+6=155 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.32% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2806 is #92D7F9. Grayscale: #383838. Windows color (decimal): -9623546 or 403565. OLE color: 403565.
HSL color Cylindrical-coordinate representation of color #6D2806: hue angle of 19.81º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D2806 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 6 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.57 |
| HSL | 19.81º | 0.9% | 0.23% | - |
| HSV(B) | 19.81º | 0.94% | 0.43% | - |
| XYZ | 7.1 | 4.78 | 0.72 | - |
| YUV | 56.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 6 | 0 | 0.63 | 0.94 | 0.57 | 19.81 | 0.9 | 0.23 |
| Hex | 6D | 28 | 6 | 0 | 3F | 5E | 39 | 14 | 5A | 17 |
| Octal | 155 | 50 | 6 | 0 | 77 | 136 | 71 | 24 | 132 | 27 |
| Binary | 1101101 | 101000 | 110 | 0 | 111111 | 1011110 | 111001 | 10100 | 1011010 | 10111 |
Color Harmonies of #6D2806
Complementary color
Monochromatic Colors of #6D2806
Black with #6D2806
Text Example
Text Example
White with #6D2806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2806; }
p { color: rgb(109,40,6); }
H1.HeaderClassName
{
color: #6D2806;
}
.AnyTagClassName
{
color: #6D2806;
}
</style>
background-color css
<style>
a { background-color: #6D2806; }
a { background-color: rgb(109,40,6); }
div.DivClassName
{
background-color: #6D2806;
}
.BgClassName
{
background-color: #6D2806;
}
</style>
border-color css
<style>
span { border-color: #6D2806; }
span { border-color: rgb(109,40,6); }
td.TdClassName
{
border-color: #6D2806;
}
.TagClassName
{
border-color: #6D2806;
}
</style>