Shades of Baker's Chocolate #6A2E11
Tints of Baker's Chocolate #6A2E11
RGB
CMYK
RGB Variations
Color information
#6A2E11 (or 0x6A2E11) is known color: Baker's Chocolate. HEX triplet: 6A, 2E and 11. RGB value is (106,46,17). Sum of RGB (Red+Green+Blue) = 106+46+17=169 (22% of max value = 765). Red value is 106 (41.80% from 255 or 62.72% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2E11 is #95D1EE. Grayscale: #3C3C3C. Windows color (decimal): -9818607 or 1125994. OLE color: 1125994.
HSL color Cylindrical-coordinate representation of color #6A2E11: hue angle of 19.55º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A2E11 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 46 | 17 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.58 |
| HSL | 19.55º | 0.72% | 0.24% | - |
| HSV(B) | 19.55º | 0.84% | 0.42% | - |
| XYZ | 7.02 | 5.06 | 1.14 | - |
| YUV | 60.63 | 103.38 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 46 | 17 | 0 | 0.57 | 0.84 | 0.58 | 19.55 | 0.72 | 0.24 |
| Hex | 6A | 2E | 11 | 0 | 39 | 54 | 3A | 14 | 48 | 18 |
| Octal | 152 | 56 | 21 | 0 | 71 | 124 | 72 | 24 | 110 | 30 |
| Binary | 1101010 | 101110 | 10001 | 0 | 111001 | 1010100 | 111010 | 10100 | 1001000 | 11000 |
Color Harmonies of #6A2E11
Complementary color
Monochromatic Colors of #6A2E11
Black with #6A2E11
Text Example
Text Example
White with #6A2E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2E11; }
p { color: rgb(106,46,17); }
H1.HeaderClassName
{
color: #6A2E11;
}
.AnyTagClassName
{
color: #6A2E11;
}
</style>
background-color css
<style>
a { background-color: #6A2E11; }
a { background-color: rgb(106,46,17); }
div.DivClassName
{
background-color: #6A2E11;
}
.BgClassName
{
background-color: #6A2E11;
}
</style>
border-color css
<style>
span { border-color: #6A2E11; }
span { border-color: rgb(106,46,17); }
td.TdClassName
{
border-color: #6A2E11;
}
.TagClassName
{
border-color: #6A2E11;
}
</style>