Shades of Hemlock #6E6B48
Tints of Hemlock #6E6B48
RGB
CMYK
RGB Variations
Color information
#6E6B48 (or 0x6E6B48) is known color: Hemlock. HEX triplet: 6E, 6B and 48. RGB value is (110,107,72). Sum of RGB (Red+Green+Blue) = 110+107+72=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6B48 is #9194B7. Grayscale: #686868. Windows color (decimal): -9540792 or 4746094. OLE color: 4746094.
HSL color Cylindrical-coordinate representation of color #6E6B48: hue angle of 55.26º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E6B48 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 107 | 72 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.57 |
| HSL | 55.26º | 0.21% | 0.36% | - |
| HSV(B) | 55.26º | 0.35% | 0.43% | - |
| XYZ | 12.86 | 14.3 | 8.21 | - |
| YUV | 103.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 72 | 0 | 0.03 | 0.35 | 0.57 | 55.26 | 0.21 | 0.36 |
| Hex | 6E | 6B | 48 | 0 | 3 | 23 | 39 | 37 | 15 | 24 |
| Octal | 156 | 153 | 110 | 0 | 3 | 43 | 71 | 67 | 25 | 44 |
| Binary | 1101110 | 1101011 | 1001000 | 0 | 11 | 100011 | 111001 | 110111 | 10101 | 100100 |
Color Harmonies of #6E6B48
Complementary color
Monochromatic Colors of #6E6B48
Black with #6E6B48
Text Example
Text Example
White with #6E6B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B48; }
p { color: rgb(110,107,72); }
H1.HeaderClassName
{
color: #6E6B48;
}
.AnyTagClassName
{
color: #6E6B48;
}
</style>
background-color css
<style>
a { background-color: #6E6B48; }
a { background-color: rgb(110,107,72); }
div.DivClassName
{
background-color: #6E6B48;
}
.BgClassName
{
background-color: #6E6B48;
}
</style>
border-color css
<style>
span { border-color: #6E6B48; }
span { border-color: rgb(110,107,72); }
td.TdClassName
{
border-color: #6E6B48;
}
.TagClassName
{
border-color: #6E6B48;
}
</style>