Shades of Baker's Chocolate #6E2606
Tints of Baker's Chocolate #6E2606
RGB
CMYK
RGB Variations
Color information
#6E2606 (or 0x6E2606) is known color: Baker's Chocolate. HEX triplet: 6E, 26 and 06. RGB value is (110,38,6). Sum of RGB (Red+Green+Blue) = 110+38+6=154 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.43% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2606 is #91D9F9. Grayscale: #383838. Windows color (decimal): -9558522 or 403054. OLE color: 403054.
HSL color Cylindrical-coordinate representation of color #6E2606: hue angle of 18.46º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E2606 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 38 | 6 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.57 |
| HSL | 18.46º | 0.9% | 0.23% | - |
| HSV(B) | 18.46º | 0.95% | 0.43% | - |
| XYZ | 7.16 | 4.71 | 0.71 | - |
| YUV | 55.88 | 99.85 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 6 | 0 | 0.65 | 0.95 | 0.57 | 18.46 | 0.9 | 0.23 |
| Hex | 6E | 26 | 6 | 0 | 41 | 5F | 39 | 12 | 5A | 17 |
| Octal | 156 | 46 | 6 | 0 | 101 | 137 | 71 | 22 | 132 | 27 |
| Binary | 1101110 | 100110 | 110 | 0 | 1000001 | 1011111 | 111001 | 10010 | 1011010 | 10111 |
Color Harmonies of #6E2606
Complementary color
Monochromatic Colors of #6E2606
Black with #6E2606
Text Example
Text Example
White with #6E2606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2606; }
p { color: rgb(110,38,6); }
H1.HeaderClassName
{
color: #6E2606;
}
.AnyTagClassName
{
color: #6E2606;
}
</style>
background-color css
<style>
a { background-color: #6E2606; }
a { background-color: rgb(110,38,6); }
div.DivClassName
{
background-color: #6E2606;
}
.BgClassName
{
background-color: #6E2606;
}
</style>
border-color css
<style>
span { border-color: #6E2606; }
span { border-color: rgb(110,38,6); }
td.TdClassName
{
border-color: #6E2606;
}
.TagClassName
{
border-color: #6E2606;
}
</style>