Shades of Baker's Chocolate #6F2806
Tints of Baker's Chocolate #6F2806
RGB
CMYK
RGB Variations
Color information
#6F2806 (or 0x6F2806) is known color: Baker's Chocolate. HEX triplet: 6F, 28 and 06. RGB value is (111,40,6). Sum of RGB (Red+Green+Blue) = 111+40+6=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2806 is #90D7F9. Grayscale: #393939. Windows color (decimal): -9492474 or 403567. OLE color: 403567.
HSL color Cylindrical-coordinate representation of color #6F2806: hue angle of 19.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F2806 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 6 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.56 |
| HSL | 19.43º | 0.9% | 0.23% | - |
| HSV(B) | 19.43º | 0.95% | 0.44% | - |
| XYZ | 7.35 | 4.91 | 0.73 | - |
| YUV | 57.35 | 99.02 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 6 | 0 | 0.64 | 0.95 | 0.56 | 19.43 | 0.9 | 0.23 |
| Hex | 6F | 28 | 6 | 0 | 40 | 5F | 38 | 13 | 5A | 17 |
| Octal | 157 | 50 | 6 | 0 | 100 | 137 | 70 | 23 | 132 | 27 |
| Binary | 1101111 | 101000 | 110 | 0 | 1000000 | 1011111 | 111000 | 10011 | 1011010 | 10111 |
Color Harmonies of #6F2806
Complementary color
Monochromatic Colors of #6F2806
Black with #6F2806
Text Example
Text Example
White with #6F2806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2806; }
p { color: rgb(111,40,6); }
H1.HeaderClassName
{
color: #6F2806;
}
.AnyTagClassName
{
color: #6F2806;
}
</style>
background-color css
<style>
a { background-color: #6F2806; }
a { background-color: rgb(111,40,6); }
div.DivClassName
{
background-color: #6F2806;
}
.BgClassName
{
background-color: #6F2806;
}
</style>
border-color css
<style>
span { border-color: #6F2806; }
span { border-color: rgb(111,40,6); }
td.TdClassName
{
border-color: #6F2806;
}
.TagClassName
{
border-color: #6F2806;
}
</style>