Shades of Baker's Chocolate #6D2A0F
Tints of Baker's Chocolate #6D2A0F
RGB
CMYK
RGB Variations
Color information
#6D2A0F (or 0x6D2A0F) is known color: Baker's Chocolate. HEX triplet: 6D, 2A and 0F. RGB value is (109,42,15). Sum of RGB (Red+Green+Blue) = 109+42+15=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2A0F is #92D5F0. Grayscale: #3B3B3B. Windows color (decimal): -9623025 or 993901. OLE color: 993901.
HSL color Cylindrical-coordinate representation of color #6D2A0F: hue angle of 17.23º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D2A0F is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 42 | 15 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.57 |
| HSL | 17.23º | 0.76% | 0.24% | - |
| HSV(B) | 17.23º | 0.86% | 0.43% | - |
| XYZ | 7.22 | 4.94 | 1.03 | - |
| YUV | 58.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 15 | 0 | 0.61 | 0.86 | 0.57 | 17.23 | 0.76 | 0.24 |
| Hex | 6D | 2A | F | 0 | 3D | 56 | 39 | 11 | 4C | 18 |
| Octal | 155 | 52 | 17 | 0 | 75 | 126 | 71 | 21 | 114 | 30 |
| Binary | 1101101 | 101010 | 1111 | 0 | 111101 | 1010110 | 111001 | 10001 | 1001100 | 11000 |
Color Harmonies of #6D2A0F
Complementary color
Monochromatic Colors of #6D2A0F
Black with #6D2A0F
Text Example
Text Example
White with #6D2A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2A0F; }
p { color: rgb(109,42,15); }
H1.HeaderClassName
{
color: #6D2A0F;
}
.AnyTagClassName
{
color: #6D2A0F;
}
</style>
background-color css
<style>
a { background-color: #6D2A0F; }
a { background-color: rgb(109,42,15); }
div.DivClassName
{
background-color: #6D2A0F;
}
.BgClassName
{
background-color: #6D2A0F;
}
</style>
border-color css
<style>
span { border-color: #6D2A0F; }
span { border-color: rgb(109,42,15); }
td.TdClassName
{
border-color: #6D2A0F;
}
.TagClassName
{
border-color: #6D2A0F;
}
</style>