Shades of Baker's Chocolate #6D3000
Tints of Baker's Chocolate #6D3000
RGB
CMYK
RGB Variations
Color information
#6D3000 (or 0x6D3000) is known color: Baker's Chocolate. HEX triplet: 6D, 30 and 00. RGB value is (109,48,0). Sum of RGB (Red+Green+Blue) = 109+48+0=157 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.43% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3000 is #92CFFF. Grayscale: #3D3D3D. Windows color (decimal): -9621504 or 12397. OLE color: 12397.
HSL color Cylindrical-coordinate representation of color #6D3000: hue angle of 26.42º 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 #6D3000 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.57 |
| HSL | 26.42º | 1% | 0.21% | - |
| HSV(B) | 26.42º | 1% | 0.43% | - |
| XYZ | 7.36 | 5.37 | 0.65 | - |
| YUV | 60.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 0 | 0 | 0.56 | 1 | 0.57 | 26.42 | 1 | 0.21 |
| Hex | 6D | 30 | 0 | 0 | 38 | 64 | 39 | 1A | 64 | 15 |
| Octal | 155 | 60 | 0 | 0 | 70 | 144 | 71 | 32 | 144 | 25 |
| Binary | 1101101 | 110000 | 0 | 0 | 111000 | 1100100 | 111001 | 11010 | 1100100 | 10101 |
Color Harmonies of #6D3000
Complementary color
Monochromatic Colors of #6D3000
Black with #6D3000
Text Example
Text Example
White with #6D3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3000; }
p { color: rgb(109,48,0); }
H1.HeaderClassName
{
color: #6D3000;
}
.AnyTagClassName
{
color: #6D3000;
}
</style>
background-color css
<style>
a { background-color: #6D3000; }
a { background-color: rgb(109,48,0); }
div.DivClassName
{
background-color: #6D3000;
}
.BgClassName
{
background-color: #6D3000;
}
</style>
border-color css
<style>
span { border-color: #6D3000; }
span { border-color: rgb(109,48,0); }
td.TdClassName
{
border-color: #6D3000;
}
.TagClassName
{
border-color: #6D3000;
}
</style>