Shades of Baker's Chocolate #6A2E08
Tints of Baker's Chocolate #6A2E08
RGB
CMYK
RGB Variations
Color information
#6A2E08 (or 0x6A2E08) is known color: Baker's Chocolate. HEX triplet: 6A, 2E and 08. RGB value is (106,46,8). Sum of RGB (Red+Green+Blue) = 106+46+8=160 (21% of max value = 765). Red value is 106 (41.80% from 255 or 66.25% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2E08 is #95D1F7. Grayscale: #3B3B3B. Windows color (decimal): -9818616 or 536170. OLE color: 536170.
HSL color Cylindrical-coordinate representation of color #6A2E08: hue angle of 23.27º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A2E08 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 46 | 8 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.58 |
| HSL | 23.27º | 0.86% | 0.22% | - |
| HSV(B) | 23.27º | 0.92% | 0.42% | - |
| XYZ | 6.96 | 5.04 | 0.83 | - |
| YUV | 59.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 46 | 8 | 0 | 0.57 | 0.92 | 0.58 | 23.27 | 0.86 | 0.22 |
| Hex | 6A | 2E | 8 | 0 | 39 | 5C | 3A | 17 | 56 | 16 |
| Octal | 152 | 56 | 10 | 0 | 71 | 134 | 72 | 27 | 126 | 26 |
| Binary | 1101010 | 101110 | 1000 | 0 | 111001 | 1011100 | 111010 | 10111 | 1010110 | 10110 |
Color Harmonies of #6A2E08
Complementary color
Monochromatic Colors of #6A2E08
Black with #6A2E08
Text Example
Text Example
White with #6A2E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2E08; }
p { color: rgb(106,46,8); }
H1.HeaderClassName
{
color: #6A2E08;
}
.AnyTagClassName
{
color: #6A2E08;
}
</style>
background-color css
<style>
a { background-color: #6A2E08; }
a { background-color: rgb(106,46,8); }
div.DivClassName
{
background-color: #6A2E08;
}
.BgClassName
{
background-color: #6A2E08;
}
</style>
border-color css
<style>
span { border-color: #6A2E08; }
span { border-color: rgb(106,46,8); }
td.TdClassName
{
border-color: #6A2E08;
}
.TagClassName
{
border-color: #6A2E08;
}
</style>