Shades of Baker's Chocolate #6F270B
Tints of Baker's Chocolate #6F270B
RGB
CMYK
RGB Variations
Color information
#6F270B (or 0x6F270B) is known color: Baker's Chocolate. HEX triplet: 6F, 27 and 0B. RGB value is (111,39,11). Sum of RGB (Red+Green+Blue) = 111+39+11=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F270B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F270B is #90D8F4. Grayscale: #393939. Windows color (decimal): -9492725 or 730991. OLE color: 730991.
HSL color Cylindrical-coordinate representation of color #6F270B: hue angle of 16.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 #6F270B is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 11 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.56 |
| HSL | 16.8º | 0.82% | 0.24% | - |
| HSV(B) | 16.8º | 0.9% | 0.44% | - |
| XYZ | 7.34 | 4.85 | 0.87 | - |
| YUV | 57.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 11 | 0 | 0.65 | 0.90 | 0.56 | 16.8 | 0.82 | 0.24 |
| Hex | 6F | 27 | B | 0 | 41 | 5A | 38 | 11 | 52 | 18 |
| Octal | 157 | 47 | 13 | 0 | 101 | 132 | 70 | 21 | 122 | 30 |
| Binary | 1101111 | 100111 | 1011 | 0 | 1000001 | 1011010 | 111000 | 10001 | 1010010 | 11000 |
Color Harmonies of #6F270B
Complementary color
Monochromatic Colors of #6F270B
Black with #6F270B
Text Example
Text Example
White with #6F270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F270B; }
p { color: rgb(111,39,11); }
H1.HeaderClassName
{
color: #6F270B;
}
.AnyTagClassName
{
color: #6F270B;
}
</style>
background-color css
<style>
a { background-color: #6F270B; }
a { background-color: rgb(111,39,11); }
div.DivClassName
{
background-color: #6F270B;
}
.BgClassName
{
background-color: #6F270B;
}
</style>
border-color css
<style>
span { border-color: #6F270B; }
span { border-color: rgb(111,39,11); }
td.TdClassName
{
border-color: #6F270B;
}
.TagClassName
{
border-color: #6F270B;
}
</style>