Shades of Hemlock #6A6955
Tints of Hemlock #6A6955
RGB
CMYK
RGB Variations
Color information
#6A6955 (or 0x6A6955) is known color: Hemlock. HEX triplet: 6A, 69 and 55. RGB value is (106,105,85). Sum of RGB (Red+Green+Blue) = 106+105+85=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6955 is #9596AA. Grayscale: #676767. Windows color (decimal): -9803435 or 5597546. OLE color: 5597546.
HSL color Cylindrical-coordinate representation of color #6A6955: hue angle of 57.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A6955 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 105 | 85 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.58 |
| HSL | 57.14º | 0.11% | 0.37% | - |
| HSV(B) | 57.14º | 0.2% | 0.42% | - |
| XYZ | 12.64 | 13.82 | 10.6 | - |
| YUV | 103.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 105 | 85 | 0 | 0.01 | 0.20 | 0.58 | 57.14 | 0.11 | 0.37 |
| Hex | 6A | 69 | 55 | 0 | 1 | 14 | 3A | 39 | B | 25 |
| Octal | 152 | 151 | 125 | 0 | 1 | 24 | 72 | 71 | 13 | 45 |
| Binary | 1101010 | 1101001 | 1010101 | 0 | 1 | 10100 | 111010 | 111001 | 1011 | 100101 |
Color Harmonies of #6A6955
Complementary color
Monochromatic Colors of #6A6955
Black with #6A6955
Text Example
Text Example
White with #6A6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6955; }
p { color: rgb(106,105,85); }
H1.HeaderClassName
{
color: #6A6955;
}
.AnyTagClassName
{
color: #6A6955;
}
</style>
background-color css
<style>
a { background-color: #6A6955; }
a { background-color: rgb(106,105,85); }
div.DivClassName
{
background-color: #6A6955;
}
.BgClassName
{
background-color: #6A6955;
}
</style>
border-color css
<style>
span { border-color: #6A6955; }
span { border-color: rgb(106,105,85); }
td.TdClassName
{
border-color: #6A6955;
}
.TagClassName
{
border-color: #6A6955;
}
</style>