Shades of Baker's Chocolate #6F2B08
Tints of Baker's Chocolate #6F2B08
RGB
CMYK
RGB Variations
Color information
#6F2B08 (or 0x6F2B08) is known color: Baker's Chocolate. HEX triplet: 6F, 2B and 08. RGB value is (111,43,8). Sum of RGB (Red+Green+Blue) = 111+43+8=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2B08 is #90D4F7. Grayscale: #3B3B3B. Windows color (decimal): -9491704 or 535407. OLE color: 535407.
HSL color Cylindrical-coordinate representation of color #6F2B08: hue angle of 20.39º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F2B08 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 43 | 8 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.56 |
| HSL | 20.39º | 0.87% | 0.23% | - |
| HSV(B) | 20.39º | 0.93% | 0.44% | - |
| XYZ | 7.46 | 5.12 | 0.83 | - |
| YUV | 59.34 | 99.03 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 43 | 8 | 0 | 0.61 | 0.93 | 0.56 | 20.39 | 0.87 | 0.23 |
| Hex | 6F | 2B | 8 | 0 | 3D | 5D | 38 | 14 | 57 | 17 |
| Octal | 157 | 53 | 10 | 0 | 75 | 135 | 70 | 24 | 127 | 27 |
| Binary | 1101111 | 101011 | 1000 | 0 | 111101 | 1011101 | 111000 | 10100 | 1010111 | 10111 |
Color Harmonies of #6F2B08
Complementary color
Monochromatic Colors of #6F2B08
Black with #6F2B08
Text Example
Text Example
White with #6F2B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2B08; }
p { color: rgb(111,43,8); }
H1.HeaderClassName
{
color: #6F2B08;
}
.AnyTagClassName
{
color: #6F2B08;
}
</style>
background-color css
<style>
a { background-color: #6F2B08; }
a { background-color: rgb(111,43,8); }
div.DivClassName
{
background-color: #6F2B08;
}
.BgClassName
{
background-color: #6F2B08;
}
</style>
border-color css
<style>
span { border-color: #6F2B08; }
span { border-color: rgb(111,43,8); }
td.TdClassName
{
border-color: #6F2B08;
}
.TagClassName
{
border-color: #6F2B08;
}
</style>