Shades of Baker's Chocolate #6F3401
Tints of Baker's Chocolate #6F3401
RGB
CMYK
RGB Variations
Color information
#6F3401 (or 0x6F3401) is known color: Baker's Chocolate. HEX triplet: 6F, 34 and 01. RGB value is (111,52,1). Sum of RGB (Red+Green+Blue) = 111+52+1=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3401 is #90CBFE. Grayscale: #404040. Windows color (decimal): -9489407 or 78959. OLE color: 78959.
HSL color Cylindrical-coordinate representation of color #6F3401: hue angle of 27.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F3401 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.56 |
| HSL | 27.82º | 0.98% | 0.22% | - |
| HSV(B) | 27.82º | 0.99% | 0.44% | - |
| XYZ | 7.79 | 5.84 | 0.74 | - |
| YUV | 63.83 | 92.55 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 1 | 0 | 0.53 | 0.99 | 0.56 | 27.82 | 0.98 | 0.22 |
| Hex | 6F | 34 | 1 | 0 | 35 | 63 | 38 | 1C | 62 | 16 |
| Octal | 157 | 64 | 1 | 0 | 65 | 143 | 70 | 34 | 142 | 26 |
| Binary | 1101111 | 110100 | 1 | 0 | 110101 | 1100011 | 111000 | 11100 | 1100010 | 10110 |
Color Harmonies of #6F3401
Complementary color
Monochromatic Colors of #6F3401
Black with #6F3401
Text Example
Text Example
White with #6F3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3401; }
p { color: rgb(111,52,1); }
H1.HeaderClassName
{
color: #6F3401;
}
.AnyTagClassName
{
color: #6F3401;
}
</style>
background-color css
<style>
a { background-color: #6F3401; }
a { background-color: rgb(111,52,1); }
div.DivClassName
{
background-color: #6F3401;
}
.BgClassName
{
background-color: #6F3401;
}
</style>
border-color css
<style>
span { border-color: #6F3401; }
span { border-color: rgb(111,52,1); }
td.TdClassName
{
border-color: #6F3401;
}
.TagClassName
{
border-color: #6F3401;
}
</style>