Shades of Baker's Chocolate #6F340B
Tints of Baker's Chocolate #6F340B
RGB
CMYK
RGB Variations
Color information
#6F340B (or 0x6F340B) is known color: Baker's Chocolate. HEX triplet: 6F, 34 and 0B. RGB value is (111,52,11). Sum of RGB (Red+Green+Blue) = 111+52+11=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F340B is #90CBF4. Grayscale: #414141. Windows color (decimal): -9489397 or 734319. OLE color: 734319.
HSL color Cylindrical-coordinate representation of color #6F340B: hue angle of 24.6º 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 #6F340B is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 11 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.56 |
| HSL | 24.6º | 0.82% | 0.24% | - |
| HSV(B) | 24.6º | 0.9% | 0.44% | - |
| XYZ | 7.84 | 5.86 | 1.03 | - |
| YUV | 64.97 | 97.55 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 11 | 0 | 0.53 | 0.90 | 0.56 | 24.6 | 0.82 | 0.24 |
| Hex | 6F | 34 | B | 0 | 35 | 5A | 38 | 19 | 52 | 18 |
| Octal | 157 | 64 | 13 | 0 | 65 | 132 | 70 | 31 | 122 | 30 |
| Binary | 1101111 | 110100 | 1011 | 0 | 110101 | 1011010 | 111000 | 11001 | 1010010 | 11000 |
Color Harmonies of #6F340B
Complementary color
Monochromatic Colors of #6F340B
Black with #6F340B
Text Example
Text Example
White with #6F340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F340B; }
p { color: rgb(111,52,11); }
H1.HeaderClassName
{
color: #6F340B;
}
.AnyTagClassName
{
color: #6F340B;
}
</style>
background-color css
<style>
a { background-color: #6F340B; }
a { background-color: rgb(111,52,11); }
div.DivClassName
{
background-color: #6F340B;
}
.BgClassName
{
background-color: #6F340B;
}
</style>
border-color css
<style>
span { border-color: #6F340B; }
span { border-color: rgb(111,52,11); }
td.TdClassName
{
border-color: #6F340B;
}
.TagClassName
{
border-color: #6F340B;
}
</style>