Shades of Baker's Chocolate #6E2910
Tints of Baker's Chocolate #6E2910
RGB
CMYK
RGB Variations
Color information
#6E2910 (or 0x6E2910) is known color: Baker's Chocolate. HEX triplet: 6E, 29 and 10. RGB value is (110,41,16). Sum of RGB (Red+Green+Blue) = 110+41+16=167 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.87% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2910 is #91D6EF. Grayscale: #3A3A3A. Windows color (decimal): -9557744 or 1059182. OLE color: 1059182.
HSL color Cylindrical-coordinate representation of color #6E2910: hue angle of 15.96º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E2910 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 41 | 16 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.57 |
| HSL | 15.96º | 0.75% | 0.25% | - |
| HSV(B) | 15.96º | 0.85% | 0.43% | - |
| XYZ | 7.32 | 4.94 | 1.06 | - |
| YUV | 58.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 16 | 0 | 0.63 | 0.85 | 0.57 | 15.96 | 0.75 | 0.25 |
| Hex | 6E | 29 | 10 | 0 | 3F | 55 | 39 | 10 | 4B | 19 |
| Octal | 156 | 51 | 20 | 0 | 77 | 125 | 71 | 20 | 113 | 31 |
| Binary | 1101110 | 101001 | 10000 | 0 | 111111 | 1010101 | 111001 | 10000 | 1001011 | 11001 |
Color Harmonies of #6E2910
Complementary color
Monochromatic Colors of #6E2910
Black with #6E2910
Text Example
Text Example
White with #6E2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2910; }
p { color: rgb(110,41,16); }
H1.HeaderClassName
{
color: #6E2910;
}
.AnyTagClassName
{
color: #6E2910;
}
</style>
background-color css
<style>
a { background-color: #6E2910; }
a { background-color: rgb(110,41,16); }
div.DivClassName
{
background-color: #6E2910;
}
.BgClassName
{
background-color: #6E2910;
}
</style>
border-color css
<style>
span { border-color: #6E2910; }
span { border-color: rgb(110,41,16); }
td.TdClassName
{
border-color: #6E2910;
}
.TagClassName
{
border-color: #6E2910;
}
</style>