Shades of Baker's Chocolate #6F2509
Tints of Baker's Chocolate #6F2509
RGB
CMYK
RGB Variations
Color information
#6F2509 (or 0x6F2509) is known color: Baker's Chocolate. HEX triplet: 6F, 25 and 09. RGB value is (111,37,9). Sum of RGB (Red+Green+Blue) = 111+37+9=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2509 is #90DAF6. Grayscale: #383838. Windows color (decimal): -9493239 or 599407. OLE color: 599407.
HSL color Cylindrical-coordinate representation of color #6F2509: hue angle of 16.47º 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 #6F2509 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 9 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.56 |
| HSL | 16.47º | 0.85% | 0.24% | - |
| HSV(B) | 16.47º | 0.92% | 0.44% | - |
| XYZ | 7.27 | 4.72 | 0.79 | - |
| YUV | 55.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 9 | 0 | 0.67 | 0.92 | 0.56 | 16.47 | 0.85 | 0.24 |
| Hex | 6F | 25 | 9 | 0 | 43 | 5C | 38 | 10 | 55 | 18 |
| Octal | 157 | 45 | 11 | 0 | 103 | 134 | 70 | 20 | 125 | 30 |
| Binary | 1101111 | 100101 | 1001 | 0 | 1000011 | 1011100 | 111000 | 10000 | 1010101 | 11000 |
Color Harmonies of #6F2509
Complementary color
Monochromatic Colors of #6F2509
Black with #6F2509
Text Example
Text Example
White with #6F2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2509; }
p { color: rgb(111,37,9); }
H1.HeaderClassName
{
color: #6F2509;
}
.AnyTagClassName
{
color: #6F2509;
}
</style>
background-color css
<style>
a { background-color: #6F2509; }
a { background-color: rgb(111,37,9); }
div.DivClassName
{
background-color: #6F2509;
}
.BgClassName
{
background-color: #6F2509;
}
</style>
border-color css
<style>
span { border-color: #6F2509; }
span { border-color: rgb(111,37,9); }
td.TdClassName
{
border-color: #6F2509;
}
.TagClassName
{
border-color: #6F2509;
}
</style>