Shades of Baker's Chocolate #6D2900
Tints of Baker's Chocolate #6D2900
RGB
CMYK
RGB Variations
Color information
#6D2900 (or 0x6D2900) is known color: Baker's Chocolate. HEX triplet: 6D, 29 and 00. RGB value is (109,41,0). Sum of RGB (Red+Green+Blue) = 109+41+0=150 (19% of max value = 765). Red value is 109 (42.97% from 255 or 72.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2900 is #92D6FF. Grayscale: #383838. Windows color (decimal): -9623296 or 10605. OLE color: 10605.
HSL color Cylindrical-coordinate representation of color #6D2900: hue angle of 22.57º 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 #6D2900 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 41 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.57 |
| HSL | 22.57º | 1% | 0.21% | - |
| HSV(B) | 22.57º | 1% | 0.43% | - |
| XYZ | 7.1 | 4.84 | 0.56 | - |
| YUV | 56.66 | 96.03 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 0 | 0 | 0.62 | 1 | 0.57 | 22.57 | 1 | 0.21 |
| Hex | 6D | 29 | 0 | 0 | 3E | 64 | 39 | 17 | 64 | 15 |
| Octal | 155 | 51 | 0 | 0 | 76 | 144 | 71 | 27 | 144 | 25 |
| Binary | 1101101 | 101001 | 0 | 0 | 111110 | 1100100 | 111001 | 10111 | 1100100 | 10101 |
Color Harmonies of #6D2900
Complementary color
Monochromatic Colors of #6D2900
Black with #6D2900
Text Example
Text Example
White with #6D2900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2900; }
p { color: rgb(109,41,0); }
H1.HeaderClassName
{
color: #6D2900;
}
.AnyTagClassName
{
color: #6D2900;
}
</style>
background-color css
<style>
a { background-color: #6D2900; }
a { background-color: rgb(109,41,0); }
div.DivClassName
{
background-color: #6D2900;
}
.BgClassName
{
background-color: #6D2900;
}
</style>
border-color css
<style>
span { border-color: #6D2900; }
span { border-color: rgb(109,41,0); }
td.TdClassName
{
border-color: #6D2900;
}
.TagClassName
{
border-color: #6D2900;
}
</style>