Shades of Baker's Chocolate #6F3404
Tints of Baker's Chocolate #6F3404
RGB
CMYK
RGB Variations
Color information
#6F3404 (or 0x6F3404) is known color: Baker's Chocolate. HEX triplet: 6F, 34 and 04. RGB value is (111,52,4). Sum of RGB (Red+Green+Blue) = 111+52+4=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3404 is #90CBFB. Grayscale: #404040. Windows color (decimal): -9489404 or 275567. OLE color: 275567.
HSL color Cylindrical-coordinate representation of color #6F3404: hue angle of 26.92º 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 #6F3404 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 4 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.56 |
| HSL | 26.92º | 0.93% | 0.23% | - |
| HSV(B) | 26.92º | 0.96% | 0.44% | - |
| XYZ | 7.81 | 5.84 | 0.83 | - |
| YUV | 64.17 | 94.05 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 4 | 0 | 0.53 | 0.96 | 0.56 | 26.92 | 0.93 | 0.23 |
| Hex | 6F | 34 | 4 | 0 | 35 | 60 | 38 | 1B | 5D | 17 |
| Octal | 157 | 64 | 4 | 0 | 65 | 140 | 70 | 33 | 135 | 27 |
| Binary | 1101111 | 110100 | 100 | 0 | 110101 | 1100000 | 111000 | 11011 | 1011101 | 10111 |
Color Harmonies of #6F3404
Complementary color
Monochromatic Colors of #6F3404
Black with #6F3404
Text Example
Text Example
White with #6F3404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3404; }
p { color: rgb(111,52,4); }
H1.HeaderClassName
{
color: #6F3404;
}
.AnyTagClassName
{
color: #6F3404;
}
</style>
background-color css
<style>
a { background-color: #6F3404; }
a { background-color: rgb(111,52,4); }
div.DivClassName
{
background-color: #6F3404;
}
.BgClassName
{
background-color: #6F3404;
}
</style>
border-color css
<style>
span { border-color: #6F3404; }
span { border-color: rgb(111,52,4); }
td.TdClassName
{
border-color: #6F3404;
}
.TagClassName
{
border-color: #6F3404;
}
</style>