Shades of Baker's Chocolate #6F2807
Tints of Baker's Chocolate #6F2807
RGB
CMYK
RGB Variations
Color information
#6F2807 (or 0x6F2807) is known color: Baker's Chocolate. HEX triplet: 6F, 28 and 07. RGB value is (111,40,7). Sum of RGB (Red+Green+Blue) = 111+40+7=158 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.25% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2807 is #90D7F8. Grayscale: #393939. Windows color (decimal): -9492473 or 469103. OLE color: 469103.
HSL color Cylindrical-coordinate representation of color #6F2807: hue angle of 19.04º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F2807 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 7 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.56 |
| HSL | 19.04º | 0.88% | 0.23% | - |
| HSV(B) | 19.04º | 0.94% | 0.44% | - |
| XYZ | 7.35 | 4.91 | 0.76 | - |
| YUV | 57.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 7 | 0 | 0.64 | 0.94 | 0.56 | 19.04 | 0.88 | 0.23 |
| Hex | 6F | 28 | 7 | 0 | 40 | 5E | 38 | 13 | 58 | 17 |
| Octal | 157 | 50 | 7 | 0 | 100 | 136 | 70 | 23 | 130 | 27 |
| Binary | 1101111 | 101000 | 111 | 0 | 1000000 | 1011110 | 111000 | 10011 | 1011000 | 10111 |
Color Harmonies of #6F2807
Complementary color
Monochromatic Colors of #6F2807
Black with #6F2807
Text Example
Text Example
White with #6F2807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2807; }
p { color: rgb(111,40,7); }
H1.HeaderClassName
{
color: #6F2807;
}
.AnyTagClassName
{
color: #6F2807;
}
</style>
background-color css
<style>
a { background-color: #6F2807; }
a { background-color: rgb(111,40,7); }
div.DivClassName
{
background-color: #6F2807;
}
.BgClassName
{
background-color: #6F2807;
}
</style>
border-color css
<style>
span { border-color: #6F2807; }
span { border-color: rgb(111,40,7); }
td.TdClassName
{
border-color: #6F2807;
}
.TagClassName
{
border-color: #6F2807;
}
</style>