Shades of Baker's Chocolate #6D3110
Tints of Baker's Chocolate #6D3110
RGB
CMYK
RGB Variations
Color information
#6D3110 (or 0x6D3110) is known color: Baker's Chocolate. HEX triplet: 6D, 31 and 10. RGB value is (109,49,16). Sum of RGB (Red+Green+Blue) = 109+49+16=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3110 is #92CEEF. Grayscale: #3F3F3F. Windows color (decimal): -9621232 or 1061229. OLE color: 1061229.
HSL color Cylindrical-coordinate representation of color #6D3110: hue angle of 21.29º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D3110 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 49 | 16 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.57 |
| HSL | 21.29º | 0.74% | 0.25% | - |
| HSV(B) | 21.29º | 0.85% | 0.43% | - |
| XYZ | 7.5 | 5.49 | 1.15 | - |
| YUV | 63.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 16 | 0 | 0.55 | 0.85 | 0.57 | 21.29 | 0.74 | 0.25 |
| Hex | 6D | 31 | 10 | 0 | 37 | 55 | 39 | 15 | 4A | 19 |
| Octal | 155 | 61 | 20 | 0 | 67 | 125 | 71 | 25 | 112 | 31 |
| Binary | 1101101 | 110001 | 10000 | 0 | 110111 | 1010101 | 111001 | 10101 | 1001010 | 11001 |
Color Harmonies of #6D3110
Complementary color
Monochromatic Colors of #6D3110
Black with #6D3110
Text Example
Text Example
White with #6D3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3110; }
p { color: rgb(109,49,16); }
H1.HeaderClassName
{
color: #6D3110;
}
.AnyTagClassName
{
color: #6D3110;
}
</style>
background-color css
<style>
a { background-color: #6D3110; }
a { background-color: rgb(109,49,16); }
div.DivClassName
{
background-color: #6D3110;
}
.BgClassName
{
background-color: #6D3110;
}
</style>
border-color css
<style>
span { border-color: #6D3110; }
span { border-color: rgb(109,49,16); }
td.TdClassName
{
border-color: #6D3110;
}
.TagClassName
{
border-color: #6D3110;
}
</style>