Shades of Baker's Chocolate #6F280B
Tints of Baker's Chocolate #6F280B
RGB
CMYK
RGB Variations
Color information
#6F280B (or 0x6F280B) is known color: Baker's Chocolate. HEX triplet: 6F, 28 and 0B. RGB value is (111,40,11). Sum of RGB (Red+Green+Blue) = 111+40+11=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F280B is #90D7F4. Grayscale: #3A3A3A. Windows color (decimal): -9492469 or 731247. OLE color: 731247.
HSL color Cylindrical-coordinate representation of color #6F280B: hue angle of 17.4º 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 #6F280B is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 11 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.56 |
| HSL | 17.4º | 0.82% | 0.24% | - |
| HSV(B) | 17.4º | 0.9% | 0.44% | - |
| XYZ | 7.37 | 4.92 | 0.88 | - |
| YUV | 57.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 11 | 0 | 0.64 | 0.90 | 0.56 | 17.4 | 0.82 | 0.24 |
| Hex | 6F | 28 | B | 0 | 40 | 5A | 38 | 11 | 52 | 18 |
| Octal | 157 | 50 | 13 | 0 | 100 | 132 | 70 | 21 | 122 | 30 |
| Binary | 1101111 | 101000 | 1011 | 0 | 1000000 | 1011010 | 111000 | 10001 | 1010010 | 11000 |
Color Harmonies of #6F280B
Complementary color
Monochromatic Colors of #6F280B
Black with #6F280B
Text Example
Text Example
White with #6F280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F280B; }
p { color: rgb(111,40,11); }
H1.HeaderClassName
{
color: #6F280B;
}
.AnyTagClassName
{
color: #6F280B;
}
</style>
background-color css
<style>
a { background-color: #6F280B; }
a { background-color: rgb(111,40,11); }
div.DivClassName
{
background-color: #6F280B;
}
.BgClassName
{
background-color: #6F280B;
}
</style>
border-color css
<style>
span { border-color: #6F280B; }
span { border-color: rgb(111,40,11); }
td.TdClassName
{
border-color: #6F280B;
}
.TagClassName
{
border-color: #6F280B;
}
</style>