Shades of Baker's Chocolate #6F2A09
Tints of Baker's Chocolate #6F2A09
RGB
CMYK
RGB Variations
Color information
#6F2A09 (or 0x6F2A09) is known color: Baker's Chocolate. HEX triplet: 6F, 2A and 09. RGB value is (111,42,9). Sum of RGB (Red+Green+Blue) = 111+42+9=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2A09 is #90D5F6. Grayscale: #3B3B3B. Windows color (decimal): -9491959 or 600687. OLE color: 600687.
HSL color Cylindrical-coordinate representation of color #6F2A09: hue angle of 19.41º 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 #6F2A09 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 42 | 9 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.56 |
| HSL | 19.41º | 0.85% | 0.24% | - |
| HSV(B) | 19.41º | 0.92% | 0.44% | - |
| XYZ | 7.43 | 5.06 | 0.84 | - |
| YUV | 58.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 42 | 9 | 0 | 0.62 | 0.92 | 0.56 | 19.41 | 0.85 | 0.24 |
| Hex | 6F | 2A | 9 | 0 | 3E | 5C | 38 | 13 | 55 | 18 |
| Octal | 157 | 52 | 11 | 0 | 76 | 134 | 70 | 23 | 125 | 30 |
| Binary | 1101111 | 101010 | 1001 | 0 | 111110 | 1011100 | 111000 | 10011 | 1010101 | 11000 |
Color Harmonies of #6F2A09
Complementary color
Monochromatic Colors of #6F2A09
Black with #6F2A09
Text Example
Text Example
White with #6F2A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2A09; }
p { color: rgb(111,42,9); }
H1.HeaderClassName
{
color: #6F2A09;
}
.AnyTagClassName
{
color: #6F2A09;
}
</style>
background-color css
<style>
a { background-color: #6F2A09; }
a { background-color: rgb(111,42,9); }
div.DivClassName
{
background-color: #6F2A09;
}
.BgClassName
{
background-color: #6F2A09;
}
</style>
border-color css
<style>
span { border-color: #6F2A09; }
span { border-color: rgb(111,42,9); }
td.TdClassName
{
border-color: #6F2A09;
}
.TagClassName
{
border-color: #6F2A09;
}
</style>