Shades of Baker's Chocolate #6D3509
Tints of Baker's Chocolate #6D3509
RGB
CMYK
RGB Variations
Color information
#6D3509 (or 0x6D3509) is known color: Baker's Chocolate. HEX triplet: 6D, 35 and 09. RGB value is (109,53,9). Sum of RGB (Red+Green+Blue) = 109+53+9=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3509 is #92CAF6. Grayscale: #404040. Windows color (decimal): -9620215 or 603501. OLE color: 603501.
HSL color Cylindrical-coordinate representation of color #6D3509: hue angle of 26.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 #6D3509 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 53 | 9 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.57 |
| HSL | 26.4º | 0.85% | 0.23% | - |
| HSV(B) | 26.4º | 0.92% | 0.43% | - |
| XYZ | 7.63 | 5.82 | 0.98 | - |
| YUV | 64.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 9 | 0 | 0.51 | 0.92 | 0.57 | 26.4 | 0.85 | 0.23 |
| Hex | 6D | 35 | 9 | 0 | 33 | 5C | 39 | 1A | 55 | 17 |
| Octal | 155 | 65 | 11 | 0 | 63 | 134 | 71 | 32 | 125 | 27 |
| Binary | 1101101 | 110101 | 1001 | 0 | 110011 | 1011100 | 111001 | 11010 | 1010101 | 10111 |
Color Harmonies of #6D3509
Complementary color
Monochromatic Colors of #6D3509
Black with #6D3509
Text Example
Text Example
White with #6D3509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3509; }
p { color: rgb(109,53,9); }
H1.HeaderClassName
{
color: #6D3509;
}
.AnyTagClassName
{
color: #6D3509;
}
</style>
background-color css
<style>
a { background-color: #6D3509; }
a { background-color: rgb(109,53,9); }
div.DivClassName
{
background-color: #6D3509;
}
.BgClassName
{
background-color: #6D3509;
}
</style>
border-color css
<style>
span { border-color: #6D3509; }
span { border-color: rgb(109,53,9); }
td.TdClassName
{
border-color: #6D3509;
}
.TagClassName
{
border-color: #6D3509;
}
</style>