Shades of Baker's Chocolate #6E3509
Tints of Baker's Chocolate #6E3509
RGB
CMYK
RGB Variations
Color information
#6E3509 (or 0x6E3509) is known color: Baker's Chocolate. HEX triplet: 6E, 35 and 09. RGB value is (110,53,9). Sum of RGB (Red+Green+Blue) = 110+53+9=172 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.95% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3509 is #91CAF6. Grayscale: #414141. Windows color (decimal): -9554679 or 603502. OLE color: 603502.
HSL color Cylindrical-coordinate representation of color #6E3509: hue angle of 26.14º 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 #6E3509 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 53 | 9 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.57 |
| HSL | 26.14º | 0.85% | 0.23% | - |
| HSV(B) | 26.14º | 0.92% | 0.43% | - |
| XYZ | 7.75 | 5.88 | 0.98 | - |
| YUV | 65.03 | 96.38 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 53 | 9 | 0 | 0.52 | 0.92 | 0.57 | 26.14 | 0.85 | 0.23 |
| Hex | 6E | 35 | 9 | 0 | 34 | 5C | 39 | 1A | 55 | 17 |
| Octal | 156 | 65 | 11 | 0 | 64 | 134 | 71 | 32 | 125 | 27 |
| Binary | 1101110 | 110101 | 1001 | 0 | 110100 | 1011100 | 111001 | 11010 | 1010101 | 10111 |
Color Harmonies of #6E3509
Complementary color
Monochromatic Colors of #6E3509
Black with #6E3509
Text Example
Text Example
White with #6E3509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3509; }
p { color: rgb(110,53,9); }
H1.HeaderClassName
{
color: #6E3509;
}
.AnyTagClassName
{
color: #6E3509;
}
</style>
background-color css
<style>
a { background-color: #6E3509; }
a { background-color: rgb(110,53,9); }
div.DivClassName
{
background-color: #6E3509;
}
.BgClassName
{
background-color: #6E3509;
}
</style>
border-color css
<style>
span { border-color: #6E3509; }
span { border-color: rgb(110,53,9); }
td.TdClassName
{
border-color: #6E3509;
}
.TagClassName
{
border-color: #6E3509;
}
</style>