Shades of Baker's Chocolate #6A2E10
Tints of Baker's Chocolate #6A2E10
RGB
CMYK
RGB Variations
Color information
#6A2E10 (or 0x6A2E10) is known color: Baker's Chocolate. HEX triplet: 6A, 2E and 10. RGB value is (106,46,16). Sum of RGB (Red+Green+Blue) = 106+46+16=168 (22% of max value = 765). Red value is 106 (41.80% from 255 or 63.10% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2E10 is #95D1EF. Grayscale: #3C3C3C. Windows color (decimal): -9818608 or 1060458. OLE color: 1060458.
HSL color Cylindrical-coordinate representation of color #6A2E10: hue angle of 20º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A2E10 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 46 | 16 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.58 |
| HSL | 20º | 0.74% | 0.24% | - |
| HSV(B) | 20º | 0.85% | 0.42% | - |
| XYZ | 7.01 | 5.06 | 1.1 | - |
| YUV | 60.52 | 102.88 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 46 | 16 | 0 | 0.57 | 0.85 | 0.58 | 20 | 0.74 | 0.24 |
| Hex | 6A | 2E | 10 | 0 | 39 | 55 | 3A | 14 | 4A | 18 |
| Octal | 152 | 56 | 20 | 0 | 71 | 125 | 72 | 24 | 112 | 30 |
| Binary | 1101010 | 101110 | 10000 | 0 | 111001 | 1010101 | 111010 | 10100 | 1001010 | 11000 |
Color Harmonies of #6A2E10
Complementary color
Monochromatic Colors of #6A2E10
Black with #6A2E10
Text Example
Text Example
White with #6A2E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2E10; }
p { color: rgb(106,46,16); }
H1.HeaderClassName
{
color: #6A2E10;
}
.AnyTagClassName
{
color: #6A2E10;
}
</style>
background-color css
<style>
a { background-color: #6A2E10; }
a { background-color: rgb(106,46,16); }
div.DivClassName
{
background-color: #6A2E10;
}
.BgClassName
{
background-color: #6A2E10;
}
</style>
border-color css
<style>
span { border-color: #6A2E10; }
span { border-color: rgb(106,46,16); }
td.TdClassName
{
border-color: #6A2E10;
}
.TagClassName
{
border-color: #6A2E10;
}
</style>