Shades of Baker's Chocolate #6E280C
Tints of Baker's Chocolate #6E280C
RGB
CMYK
RGB Variations
Color information
#6E280C (or 0x6E280C) is known color: Baker's Chocolate. HEX triplet: 6E, 28 and 0C. RGB value is (110,40,12). Sum of RGB (Red+Green+Blue) = 110+40+12=162 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.90% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 110 - color contains mainly: red. Hex color #6E280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E280C is #91D7F3. Grayscale: #393939. Windows color (decimal): -9558004 or 796782. OLE color: 796782.
HSL color Cylindrical-coordinate representation of color #6E280C: hue angle of 17.14º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E280C is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 12 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.57 |
| HSL | 17.14º | 0.8% | 0.24% | - |
| HSV(B) | 17.14º | 0.89% | 0.43% | - |
| XYZ | 7.26 | 4.86 | 0.9 | - |
| YUV | 57.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 12 | 0 | 0.64 | 0.89 | 0.57 | 17.14 | 0.8 | 0.24 |
| Hex | 6E | 28 | C | 0 | 40 | 59 | 39 | 11 | 50 | 18 |
| Octal | 156 | 50 | 14 | 0 | 100 | 131 | 71 | 21 | 120 | 30 |
| Binary | 1101110 | 101000 | 1100 | 0 | 1000000 | 1011001 | 111001 | 10001 | 1010000 | 11000 |
Color Harmonies of #6E280C
Complementary color
Monochromatic Colors of #6E280C
Black with #6E280C
Text Example
Text Example
White with #6E280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E280C; }
p { color: rgb(110,40,12); }
H1.HeaderClassName
{
color: #6E280C;
}
.AnyTagClassName
{
color: #6E280C;
}
</style>
background-color css
<style>
a { background-color: #6E280C; }
a { background-color: rgb(110,40,12); }
div.DivClassName
{
background-color: #6E280C;
}
.BgClassName
{
background-color: #6E280C;
}
</style>
border-color css
<style>
span { border-color: #6E280C; }
span { border-color: rgb(110,40,12); }
td.TdClassName
{
border-color: #6E280C;
}
.TagClassName
{
border-color: #6E280C;
}
</style>