Shades of Baker's Chocolate #6F2701
Tints of Baker's Chocolate #6F2701
RGB
CMYK
RGB Variations
Color information
#6F2701 (or 0x6F2701) is known color: Baker's Chocolate. HEX triplet: 6F, 27 and 01. RGB value is (111,39,1). Sum of RGB (Red+Green+Blue) = 111+39+1=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2701 is #90D8FE. Grayscale: #383838. Windows color (decimal): -9492735 or 75631. OLE color: 75631.
HSL color Cylindrical-coordinate representation of color #6F2701: hue angle of 20.73º 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 #6F2701 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.56 |
| HSL | 20.73º | 0.98% | 0.22% | - |
| HSV(B) | 20.73º | 0.99% | 0.44% | - |
| XYZ | 7.29 | 4.83 | 0.58 | - |
| YUV | 56.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 1 | 0 | 0.65 | 0.99 | 0.56 | 20.73 | 0.98 | 0.22 |
| Hex | 6F | 27 | 1 | 0 | 41 | 63 | 38 | 15 | 62 | 16 |
| Octal | 157 | 47 | 1 | 0 | 101 | 143 | 70 | 25 | 142 | 26 |
| Binary | 1101111 | 100111 | 1 | 0 | 1000001 | 1100011 | 111000 | 10101 | 1100010 | 10110 |
Color Harmonies of #6F2701
Complementary color
Monochromatic Colors of #6F2701
Black with #6F2701
Text Example
Text Example
White with #6F2701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2701; }
p { color: rgb(111,39,1); }
H1.HeaderClassName
{
color: #6F2701;
}
.AnyTagClassName
{
color: #6F2701;
}
</style>
background-color css
<style>
a { background-color: #6F2701; }
a { background-color: rgb(111,39,1); }
div.DivClassName
{
background-color: #6F2701;
}
.BgClassName
{
background-color: #6F2701;
}
</style>
border-color css
<style>
span { border-color: #6F2701; }
span { border-color: rgb(111,39,1); }
td.TdClassName
{
border-color: #6F2701;
}
.TagClassName
{
border-color: #6F2701;
}
</style>