Shades of Baker's Chocolate #6D2C00
Tints of Baker's Chocolate #6D2C00
RGB
CMYK
RGB Variations
Color information
#6D2C00 (or 0x6D2C00) is known color: Baker's Chocolate. HEX triplet: 6D, 2C and 00. RGB value is (109,44,0). Sum of RGB (Red+Green+Blue) = 109+44+0=153 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.24% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2C00 is #92D3FF. Grayscale: #3A3A3A. Windows color (decimal): -9622528 or 11373. OLE color: 11373.
HSL color Cylindrical-coordinate representation of color #6D2C00: hue angle of 24.22º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D2C00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 44 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.57 |
| HSL | 24.22º | 1% | 0.21% | - |
| HSV(B) | 24.22º | 1% | 0.43% | - |
| XYZ | 7.21 | 5.05 | 0.6 | - |
| YUV | 58.42 | 95.03 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 44 | 0 | 0 | 0.60 | 1 | 0.57 | 24.22 | 1 | 0.21 |
| Hex | 6D | 2C | 0 | 0 | 3C | 64 | 39 | 18 | 64 | 15 |
| Octal | 155 | 54 | 0 | 0 | 74 | 144 | 71 | 30 | 144 | 25 |
| Binary | 1101101 | 101100 | 0 | 0 | 111100 | 1100100 | 111001 | 11000 | 1100100 | 10101 |
Color Harmonies of #6D2C00
Complementary color
Monochromatic Colors of #6D2C00
Black with #6D2C00
Text Example
Text Example
White with #6D2C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2C00; }
p { color: rgb(109,44,0); }
H1.HeaderClassName
{
color: #6D2C00;
}
.AnyTagClassName
{
color: #6D2C00;
}
</style>
background-color css
<style>
a { background-color: #6D2C00; }
a { background-color: rgb(109,44,0); }
div.DivClassName
{
background-color: #6D2C00;
}
.BgClassName
{
background-color: #6D2C00;
}
</style>
border-color css
<style>
span { border-color: #6D2C00; }
span { border-color: rgb(109,44,0); }
td.TdClassName
{
border-color: #6D2C00;
}
.TagClassName
{
border-color: #6D2C00;
}
</style>