Shades of Baker's Chocolate #6A2E06
Tints of Baker's Chocolate #6A2E06
RGB
CMYK
RGB Variations
Color information
#6A2E06 (or 0x6A2E06) is known color: Baker's Chocolate. HEX triplet: 6A, 2E and 06. RGB value is (106,46,6). Sum of RGB (Red+Green+Blue) = 106+46+6=158 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.09% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2E06 is #95D1F9. Grayscale: #3B3B3B. Windows color (decimal): -9818618 or 405098. OLE color: 405098.
HSL color Cylindrical-coordinate representation of color #6A2E06: hue angle of 24º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A2E06 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 46 | 6 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.58 |
| HSL | 24º | 0.89% | 0.22% | - |
| HSV(B) | 24º | 0.94% | 0.42% | - |
| XYZ | 6.95 | 5.03 | 0.78 | - |
| YUV | 59.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 46 | 6 | 0 | 0.57 | 0.94 | 0.58 | 24 | 0.89 | 0.22 |
| Hex | 6A | 2E | 6 | 0 | 39 | 5E | 3A | 18 | 59 | 16 |
| Octal | 152 | 56 | 6 | 0 | 71 | 136 | 72 | 30 | 131 | 26 |
| Binary | 1101010 | 101110 | 110 | 0 | 111001 | 1011110 | 111010 | 11000 | 1011001 | 10110 |
Color Harmonies of #6A2E06
Complementary color
Monochromatic Colors of #6A2E06
Black with #6A2E06
Text Example
Text Example
White with #6A2E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2E06; }
p { color: rgb(106,46,6); }
H1.HeaderClassName
{
color: #6A2E06;
}
.AnyTagClassName
{
color: #6A2E06;
}
</style>
background-color css
<style>
a { background-color: #6A2E06; }
a { background-color: rgb(106,46,6); }
div.DivClassName
{
background-color: #6A2E06;
}
.BgClassName
{
background-color: #6A2E06;
}
</style>
border-color css
<style>
span { border-color: #6A2E06; }
span { border-color: rgb(106,46,6); }
td.TdClassName
{
border-color: #6A2E06;
}
.TagClassName
{
border-color: #6A2E06;
}
</style>