Shades of Baker's Chocolate #6D2701
Tints of Baker's Chocolate #6D2701
RGB
CMYK
RGB Variations
Color information
#6D2701 (or 0x6D2701) is known color: Baker's Chocolate. HEX triplet: 6D, 27 and 01. RGB value is (109,39,1). Sum of RGB (Red+Green+Blue) = 109+39+1=149 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.15% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2701 is #92D8FE. Grayscale: #373737. Windows color (decimal): -9623807 or 75629. OLE color: 75629.
HSL color Cylindrical-coordinate representation of color #6D2701: hue angle of 21.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D2701 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 39 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.57 |
| HSL | 21.11º | 0.98% | 0.22% | - |
| HSV(B) | 21.11º | 0.99% | 0.43% | - |
| XYZ | 7.04 | 4.7 | 0.57 | - |
| YUV | 55.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 1 | 0 | 0.64 | 0.99 | 0.57 | 21.11 | 0.98 | 0.22 |
| Hex | 6D | 27 | 1 | 0 | 40 | 63 | 39 | 15 | 62 | 16 |
| Octal | 155 | 47 | 1 | 0 | 100 | 143 | 71 | 25 | 142 | 26 |
| Binary | 1101101 | 100111 | 1 | 0 | 1000000 | 1100011 | 111001 | 10101 | 1100010 | 10110 |
Color Harmonies of #6D2701
Complementary color
Monochromatic Colors of #6D2701
Black with #6D2701
Text Example
Text Example
White with #6D2701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2701; }
p { color: rgb(109,39,1); }
H1.HeaderClassName
{
color: #6D2701;
}
.AnyTagClassName
{
color: #6D2701;
}
</style>
background-color css
<style>
a { background-color: #6D2701; }
a { background-color: rgb(109,39,1); }
div.DivClassName
{
background-color: #6D2701;
}
.BgClassName
{
background-color: #6D2701;
}
</style>
border-color css
<style>
span { border-color: #6D2701; }
span { border-color: rgb(109,39,1); }
td.TdClassName
{
border-color: #6D2701;
}
.TagClassName
{
border-color: #6D2701;
}
</style>