Shades of Baker's Chocolate #6F2204
Tints of Baker's Chocolate #6F2204
RGB
CMYK
RGB Variations
Color information
#6F2204 (or 0x6F2204) is known color: Baker's Chocolate. HEX triplet: 6F, 22 and 04. RGB value is (111,34,4). Sum of RGB (Red+Green+Blue) = 111+34+4=149 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74.50% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2204 is #90DDFB. Grayscale: #353535. Windows color (decimal): -9494012 or 270959. OLE color: 270959.
HSL color Cylindrical-coordinate representation of color #6F2204: hue angle of 16.82º 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 #6F2204 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 34 | 4 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.56 |
| HSL | 16.82º | 0.93% | 0.23% | - |
| HSV(B) | 16.82º | 0.96% | 0.44% | - |
| XYZ | 7.15 | 4.53 | 0.61 | - |
| YUV | 53.6 | 100.01 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 4 | 0 | 0.69 | 0.96 | 0.56 | 16.82 | 0.93 | 0.23 |
| Hex | 6F | 22 | 4 | 0 | 45 | 60 | 38 | 11 | 5D | 17 |
| Octal | 157 | 42 | 4 | 0 | 105 | 140 | 70 | 21 | 135 | 27 |
| Binary | 1101111 | 100010 | 100 | 0 | 1000101 | 1100000 | 111000 | 10001 | 1011101 | 10111 |
Color Harmonies of #6F2204
Complementary color
Monochromatic Colors of #6F2204
Black with #6F2204
Text Example
Text Example
White with #6F2204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2204; }
p { color: rgb(111,34,4); }
H1.HeaderClassName
{
color: #6F2204;
}
.AnyTagClassName
{
color: #6F2204;
}
</style>
background-color css
<style>
a { background-color: #6F2204; }
a { background-color: rgb(111,34,4); }
div.DivClassName
{
background-color: #6F2204;
}
.BgClassName
{
background-color: #6F2204;
}
</style>
border-color css
<style>
span { border-color: #6F2204; }
span { border-color: rgb(111,34,4); }
td.TdClassName
{
border-color: #6F2204;
}
.TagClassName
{
border-color: #6F2204;
}
</style>