Shades of Baker's Chocolate #6D2D08
Tints of Baker's Chocolate #6D2D08
RGB
CMYK
RGB Variations
Color information
#6D2D08 (or 0x6D2D08) is known color: Baker's Chocolate. HEX triplet: 6D, 2D and 08. RGB value is (109,45,8). Sum of RGB (Red+Green+Blue) = 109+45+8=162 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.28% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2D08 is #92D2F7. Grayscale: #3C3C3C. Windows color (decimal): -9622264 or 535917. OLE color: 535917.
HSL color Cylindrical-coordinate representation of color #6D2D08: hue angle of 21.98º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D2D08 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 45 | 8 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.57 |
| HSL | 21.98º | 0.86% | 0.23% | - |
| HSV(B) | 21.98º | 0.93% | 0.43% | - |
| XYZ | 7.29 | 5.15 | 0.84 | - |
| YUV | 59.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 45 | 8 | 0 | 0.59 | 0.93 | 0.57 | 21.98 | 0.86 | 0.23 |
| Hex | 6D | 2D | 8 | 0 | 3B | 5D | 39 | 16 | 56 | 17 |
| Octal | 155 | 55 | 10 | 0 | 73 | 135 | 71 | 26 | 126 | 27 |
| Binary | 1101101 | 101101 | 1000 | 0 | 111011 | 1011101 | 111001 | 10110 | 1010110 | 10111 |
Color Harmonies of #6D2D08
Complementary color
Monochromatic Colors of #6D2D08
Black with #6D2D08
Text Example
Text Example
White with #6D2D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2D08; }
p { color: rgb(109,45,8); }
H1.HeaderClassName
{
color: #6D2D08;
}
.AnyTagClassName
{
color: #6D2D08;
}
</style>
background-color css
<style>
a { background-color: #6D2D08; }
a { background-color: rgb(109,45,8); }
div.DivClassName
{
background-color: #6D2D08;
}
.BgClassName
{
background-color: #6D2D08;
}
</style>
border-color css
<style>
span { border-color: #6D2D08; }
span { border-color: rgb(109,45,8); }
td.TdClassName
{
border-color: #6D2D08;
}
.TagClassName
{
border-color: #6D2D08;
}
</style>