Shades of Baker's Chocolate #6D3009
Tints of Baker's Chocolate #6D3009
RGB
CMYK
RGB Variations
Color information
#6D3009 (or 0x6D3009) is known color: Baker's Chocolate. HEX triplet: 6D, 30 and 09. RGB value is (109,48,9). Sum of RGB (Red+Green+Blue) = 109+48+9=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3009 is #92CFF6. Grayscale: #3E3E3E. Windows color (decimal): -9621495 or 602221. OLE color: 602221.
HSL color Cylindrical-coordinate representation of color #6D3009: hue angle of 23.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D3009 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 9 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.57 |
| HSL | 23.4º | 0.85% | 0.23% | - |
| HSV(B) | 23.4º | 0.92% | 0.43% | - |
| XYZ | 7.41 | 5.38 | 0.91 | - |
| YUV | 61.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 9 | 0 | 0.56 | 0.92 | 0.57 | 23.4 | 0.85 | 0.23 |
| Hex | 6D | 30 | 9 | 0 | 38 | 5C | 39 | 17 | 55 | 17 |
| Octal | 155 | 60 | 11 | 0 | 70 | 134 | 71 | 27 | 125 | 27 |
| Binary | 1101101 | 110000 | 1001 | 0 | 111000 | 1011100 | 111001 | 10111 | 1010101 | 10111 |
Color Harmonies of #6D3009
Complementary color
Monochromatic Colors of #6D3009
Black with #6D3009
Text Example
Text Example
White with #6D3009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3009; }
p { color: rgb(109,48,9); }
H1.HeaderClassName
{
color: #6D3009;
}
.AnyTagClassName
{
color: #6D3009;
}
</style>
background-color css
<style>
a { background-color: #6D3009; }
a { background-color: rgb(109,48,9); }
div.DivClassName
{
background-color: #6D3009;
}
.BgClassName
{
background-color: #6D3009;
}
</style>
border-color css
<style>
span { border-color: #6D3009; }
span { border-color: rgb(109,48,9); }
td.TdClassName
{
border-color: #6D3009;
}
.TagClassName
{
border-color: #6D3009;
}
</style>