Shades of Baker's Chocolate #6D2904
Tints of Baker's Chocolate #6D2904
RGB
CMYK
RGB Variations
Color information
#6D2904 (or 0x6D2904) is known color: Baker's Chocolate. HEX triplet: 6D, 29 and 04. RGB value is (109,41,4). Sum of RGB (Red+Green+Blue) = 109+41+4=154 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.78% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2904 is #92D6FB. Grayscale: #393939. Windows color (decimal): -9623292 or 272749. OLE color: 272749.
HSL color Cylindrical-coordinate representation of color #6D2904: hue angle of 21.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D2904 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 41 | 4 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.57 |
| HSL | 21.14º | 0.93% | 0.22% | - |
| HSV(B) | 21.14º | 0.96% | 0.43% | - |
| XYZ | 7.12 | 4.85 | 0.67 | - |
| YUV | 57.11 | 98.03 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 4 | 0 | 0.62 | 0.96 | 0.57 | 21.14 | 0.93 | 0.22 |
| Hex | 6D | 29 | 4 | 0 | 3E | 60 | 39 | 15 | 5D | 16 |
| Octal | 155 | 51 | 4 | 0 | 76 | 140 | 71 | 25 | 135 | 26 |
| Binary | 1101101 | 101001 | 100 | 0 | 111110 | 1100000 | 111001 | 10101 | 1011101 | 10110 |
Color Harmonies of #6D2904
Complementary color
Monochromatic Colors of #6D2904
Black with #6D2904
Text Example
Text Example
White with #6D2904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2904; }
p { color: rgb(109,41,4); }
H1.HeaderClassName
{
color: #6D2904;
}
.AnyTagClassName
{
color: #6D2904;
}
</style>
background-color css
<style>
a { background-color: #6D2904; }
a { background-color: rgb(109,41,4); }
div.DivClassName
{
background-color: #6D2904;
}
.BgClassName
{
background-color: #6D2904;
}
</style>
border-color css
<style>
span { border-color: #6D2904; }
span { border-color: rgb(109,41,4); }
td.TdClassName
{
border-color: #6D2904;
}
.TagClassName
{
border-color: #6D2904;
}
</style>