Shades of Baker's Chocolate #6D2A10
Tints of Baker's Chocolate #6D2A10
RGB
CMYK
RGB Variations
Color information
#6D2A10 (or 0x6D2A10) is known color: Baker's Chocolate. HEX triplet: 6D, 2A and 10. RGB value is (109,42,16). Sum of RGB (Red+Green+Blue) = 109+42+16=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2A10 is #92D5EF. Grayscale: #3B3B3B. Windows color (decimal): -9623024 or 1059437. OLE color: 1059437.
HSL color Cylindrical-coordinate representation of color #6D2A10: hue angle of 16.77º 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 #6D2A10 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 42 | 16 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.57 |
| HSL | 16.77º | 0.74% | 0.25% | - |
| HSV(B) | 16.77º | 0.85% | 0.43% | - |
| XYZ | 7.23 | 4.94 | 1.06 | - |
| YUV | 59.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 16 | 0 | 0.61 | 0.85 | 0.57 | 16.77 | 0.74 | 0.25 |
| Hex | 6D | 2A | 10 | 0 | 3D | 55 | 39 | 11 | 4A | 19 |
| Octal | 155 | 52 | 20 | 0 | 75 | 125 | 71 | 21 | 112 | 31 |
| Binary | 1101101 | 101010 | 10000 | 0 | 111101 | 1010101 | 111001 | 10001 | 1001010 | 11001 |
Color Harmonies of #6D2A10
Complementary color
Monochromatic Colors of #6D2A10
Black with #6D2A10
Text Example
Text Example
White with #6D2A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2A10; }
p { color: rgb(109,42,16); }
H1.HeaderClassName
{
color: #6D2A10;
}
.AnyTagClassName
{
color: #6D2A10;
}
</style>
background-color css
<style>
a { background-color: #6D2A10; }
a { background-color: rgb(109,42,16); }
div.DivClassName
{
background-color: #6D2A10;
}
.BgClassName
{
background-color: #6D2A10;
}
</style>
border-color css
<style>
span { border-color: #6D2A10; }
span { border-color: rgb(109,42,16); }
td.TdClassName
{
border-color: #6D2A10;
}
.TagClassName
{
border-color: #6D2A10;
}
</style>