Shades of Baker's Chocolate #6D3708
Tints of Baker's Chocolate #6D3708
RGB
CMYK
RGB Variations
Color information
#6D3708 (or 0x6D3708) is known color: Baker's Chocolate. HEX triplet: 6D, 37 and 08. RGB value is (109,55,8). Sum of RGB (Red+Green+Blue) = 109+55+8=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3708 is #92C8F7. Grayscale: #424242. Windows color (decimal): -9619704 or 538477. OLE color: 538477.
HSL color Cylindrical-coordinate representation of color #6D3708: hue angle of 27.92º 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 #6D3708 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 55 | 8 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.57 |
| HSL | 27.92º | 0.86% | 0.23% | - |
| HSV(B) | 27.92º | 0.93% | 0.43% | - |
| XYZ | 7.72 | 6 | 0.98 | - |
| YUV | 65.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 8 | 0 | 0.50 | 0.93 | 0.57 | 27.92 | 0.86 | 0.23 |
| Hex | 6D | 37 | 8 | 0 | 32 | 5D | 39 | 1C | 56 | 17 |
| Octal | 155 | 67 | 10 | 0 | 62 | 135 | 71 | 34 | 126 | 27 |
| Binary | 1101101 | 110111 | 1000 | 0 | 110010 | 1011101 | 111001 | 11100 | 1010110 | 10111 |
Color Harmonies of #6D3708
Complementary color
Monochromatic Colors of #6D3708
Black with #6D3708
Text Example
Text Example
White with #6D3708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3708; }
p { color: rgb(109,55,8); }
H1.HeaderClassName
{
color: #6D3708;
}
.AnyTagClassName
{
color: #6D3708;
}
</style>
background-color css
<style>
a { background-color: #6D3708; }
a { background-color: rgb(109,55,8); }
div.DivClassName
{
background-color: #6D3708;
}
.BgClassName
{
background-color: #6D3708;
}
</style>
border-color css
<style>
span { border-color: #6D3708; }
span { border-color: rgb(109,55,8); }
td.TdClassName
{
border-color: #6D3708;
}
.TagClassName
{
border-color: #6D3708;
}
</style>