Shades of Baker's Chocolate #6F2709
Tints of Baker's Chocolate #6F2709
RGB
CMYK
RGB Variations
Color information
#6F2709 (or 0x6F2709) is known color: Baker's Chocolate. HEX triplet: 6F, 27 and 09. RGB value is (111,39,9). Sum of RGB (Red+Green+Blue) = 111+39+9=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2709 is #90D8F6. Grayscale: #393939. Windows color (decimal): -9492727 or 599919. OLE color: 599919.
HSL color Cylindrical-coordinate representation of color #6F2709: hue angle of 17.65º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F2709 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 9 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.56 |
| HSL | 17.65º | 0.85% | 0.24% | - |
| HSV(B) | 17.65º | 0.92% | 0.44% | - |
| XYZ | 7.33 | 4.85 | 0.81 | - |
| YUV | 57.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 9 | 0 | 0.65 | 0.92 | 0.56 | 17.65 | 0.85 | 0.24 |
| Hex | 6F | 27 | 9 | 0 | 41 | 5C | 38 | 12 | 55 | 18 |
| Octal | 157 | 47 | 11 | 0 | 101 | 134 | 70 | 22 | 125 | 30 |
| Binary | 1101111 | 100111 | 1001 | 0 | 1000001 | 1011100 | 111000 | 10010 | 1010101 | 11000 |
Color Harmonies of #6F2709
Complementary color
Monochromatic Colors of #6F2709
Black with #6F2709
Text Example
Text Example
White with #6F2709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2709; }
p { color: rgb(111,39,9); }
H1.HeaderClassName
{
color: #6F2709;
}
.AnyTagClassName
{
color: #6F2709;
}
</style>
background-color css
<style>
a { background-color: #6F2709; }
a { background-color: rgb(111,39,9); }
div.DivClassName
{
background-color: #6F2709;
}
.BgClassName
{
background-color: #6F2709;
}
</style>
border-color css
<style>
span { border-color: #6F2709; }
span { border-color: rgb(111,39,9); }
td.TdClassName
{
border-color: #6F2709;
}
.TagClassName
{
border-color: #6F2709;
}
</style>