Shades of Baker's Chocolate #6F310B
Tints of Baker's Chocolate #6F310B
RGB
CMYK
RGB Variations
Color information
#6F310B (or 0x6F310B) is known color: Baker's Chocolate. HEX triplet: 6F, 31 and 0B. RGB value is (111,49,11). Sum of RGB (Red+Green+Blue) = 111+49+11=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F310B is #90CEF4. Grayscale: #3F3F3F. Windows color (decimal): -9490165 or 733551. OLE color: 733551.
HSL color Cylindrical-coordinate representation of color #6F310B: hue angle of 22.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F310B is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 11 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.56 |
| HSL | 22.8º | 0.82% | 0.24% | - |
| HSV(B) | 22.8º | 0.9% | 0.44% | - |
| XYZ | 7.71 | 5.6 | 0.99 | - |
| YUV | 63.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 11 | 0 | 0.56 | 0.90 | 0.56 | 22.8 | 0.82 | 0.24 |
| Hex | 6F | 31 | B | 0 | 38 | 5A | 38 | 17 | 52 | 18 |
| Octal | 157 | 61 | 13 | 0 | 70 | 132 | 70 | 27 | 122 | 30 |
| Binary | 1101111 | 110001 | 1011 | 0 | 111000 | 1011010 | 111000 | 10111 | 1010010 | 11000 |
Color Harmonies of #6F310B
Complementary color
Monochromatic Colors of #6F310B
Black with #6F310B
Text Example
Text Example
White with #6F310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F310B; }
p { color: rgb(111,49,11); }
H1.HeaderClassName
{
color: #6F310B;
}
.AnyTagClassName
{
color: #6F310B;
}
</style>
background-color css
<style>
a { background-color: #6F310B; }
a { background-color: rgb(111,49,11); }
div.DivClassName
{
background-color: #6F310B;
}
.BgClassName
{
background-color: #6F310B;
}
</style>
border-color css
<style>
span { border-color: #6F310B; }
span { border-color: rgb(111,49,11); }
td.TdClassName
{
border-color: #6F310B;
}
.TagClassName
{
border-color: #6F310B;
}
</style>