Shades of Baker's Chocolate #6E2808
Tints of Baker's Chocolate #6E2808
RGB
CMYK
RGB Variations
Color information
#6E2808 (or 0x6E2808) is known color: Baker's Chocolate. HEX triplet: 6E, 28 and 08. RGB value is (110,40,8). Sum of RGB (Red+Green+Blue) = 110+40+8=158 (20% of max value = 765). Red value is 110 (43.36% from 255 or 69.62% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2808 is #91D7F7. Grayscale: #393939. Windows color (decimal): -9558008 or 534638. OLE color: 534638.
HSL color Cylindrical-coordinate representation of color #6E2808: hue angle of 18.82º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E2808 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 8 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.57 |
| HSL | 18.82º | 0.86% | 0.23% | - |
| HSV(B) | 18.82º | 0.93% | 0.43% | - |
| XYZ | 7.23 | 4.85 | 0.78 | - |
| YUV | 57.28 | 100.19 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 8 | 0 | 0.64 | 0.93 | 0.57 | 18.82 | 0.86 | 0.23 |
| Hex | 6E | 28 | 8 | 0 | 40 | 5D | 39 | 13 | 56 | 17 |
| Octal | 156 | 50 | 10 | 0 | 100 | 135 | 71 | 23 | 126 | 27 |
| Binary | 1101110 | 101000 | 1000 | 0 | 1000000 | 1011101 | 111001 | 10011 | 1010110 | 10111 |
Color Harmonies of #6E2808
Complementary color
Monochromatic Colors of #6E2808
Black with #6E2808
Text Example
Text Example
White with #6E2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2808; }
p { color: rgb(110,40,8); }
H1.HeaderClassName
{
color: #6E2808;
}
.AnyTagClassName
{
color: #6E2808;
}
</style>
background-color css
<style>
a { background-color: #6E2808; }
a { background-color: rgb(110,40,8); }
div.DivClassName
{
background-color: #6E2808;
}
.BgClassName
{
background-color: #6E2808;
}
</style>
border-color css
<style>
span { border-color: #6E2808; }
span { border-color: rgb(110,40,8); }
td.TdClassName
{
border-color: #6E2808;
}
.TagClassName
{
border-color: #6E2808;
}
</style>