Shades of Baker's Chocolate #6F2804
Tints of Baker's Chocolate #6F2804
RGB
CMYK
RGB Variations
Color information
#6F2804 (or 0x6F2804) is known color: Baker's Chocolate. HEX triplet: 6F, 28 and 04. RGB value is (111,40,4). Sum of RGB (Red+Green+Blue) = 111+40+4=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2804 is #90D7FB. Grayscale: #393939. Windows color (decimal): -9492476 or 272495. OLE color: 272495.
HSL color Cylindrical-coordinate representation of color #6F2804: hue angle of 20.19º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F2804 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 4 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.56 |
| HSL | 20.19º | 0.93% | 0.23% | - |
| HSV(B) | 20.19º | 0.96% | 0.44% | - |
| XYZ | 7.34 | 4.91 | 0.68 | - |
| YUV | 57.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 4 | 0 | 0.64 | 0.96 | 0.56 | 20.19 | 0.93 | 0.23 |
| Hex | 6F | 28 | 4 | 0 | 40 | 60 | 38 | 14 | 5D | 17 |
| Octal | 157 | 50 | 4 | 0 | 100 | 140 | 70 | 24 | 135 | 27 |
| Binary | 1101111 | 101000 | 100 | 0 | 1000000 | 1100000 | 111000 | 10100 | 1011101 | 10111 |
Color Harmonies of #6F2804
Complementary color
Monochromatic Colors of #6F2804
Black with #6F2804
Text Example
Text Example
White with #6F2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2804; }
p { color: rgb(111,40,4); }
H1.HeaderClassName
{
color: #6F2804;
}
.AnyTagClassName
{
color: #6F2804;
}
</style>
background-color css
<style>
a { background-color: #6F2804; }
a { background-color: rgb(111,40,4); }
div.DivClassName
{
background-color: #6F2804;
}
.BgClassName
{
background-color: #6F2804;
}
</style>
border-color css
<style>
span { border-color: #6F2804; }
span { border-color: rgb(111,40,4); }
td.TdClassName
{
border-color: #6F2804;
}
.TagClassName
{
border-color: #6F2804;
}
</style>