Shades of Baker's Chocolate #6F320B
Tints of Baker's Chocolate #6F320B
RGB
CMYK
RGB Variations
Color information
#6F320B (or 0x6F320B) is known color: Baker's Chocolate. HEX triplet: 6F, 32 and 0B. RGB value is (111,50,11). Sum of RGB (Red+Green+Blue) = 111+50+11=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F320B is #90CDF4. Grayscale: #404040. Windows color (decimal): -9489909 or 733807. OLE color: 733807.
HSL color Cylindrical-coordinate representation of color #6F320B: hue angle of 23.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 #6F320B is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 11 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.56 |
| HSL | 23.4º | 0.82% | 0.24% | - |
| HSV(B) | 23.4º | 0.9% | 0.44% | - |
| XYZ | 7.76 | 5.68 | 1.01 | - |
| YUV | 63.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 11 | 0 | 0.55 | 0.90 | 0.56 | 23.4 | 0.82 | 0.24 |
| Hex | 6F | 32 | B | 0 | 37 | 5A | 38 | 17 | 52 | 18 |
| Octal | 157 | 62 | 13 | 0 | 67 | 132 | 70 | 27 | 122 | 30 |
| Binary | 1101111 | 110010 | 1011 | 0 | 110111 | 1011010 | 111000 | 10111 | 1010010 | 11000 |
Color Harmonies of #6F320B
Complementary color
Monochromatic Colors of #6F320B
Black with #6F320B
Text Example
Text Example
White with #6F320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F320B; }
p { color: rgb(111,50,11); }
H1.HeaderClassName
{
color: #6F320B;
}
.AnyTagClassName
{
color: #6F320B;
}
</style>
background-color css
<style>
a { background-color: #6F320B; }
a { background-color: rgb(111,50,11); }
div.DivClassName
{
background-color: #6F320B;
}
.BgClassName
{
background-color: #6F320B;
}
</style>
border-color css
<style>
span { border-color: #6F320B; }
span { border-color: rgb(111,50,11); }
td.TdClassName
{
border-color: #6F320B;
}
.TagClassName
{
border-color: #6F320B;
}
</style>