Shades of Hemlock #6A694D
Tints of Hemlock #6A694D
RGB
CMYK
RGB Variations
Color information
#6A694D (or 0x6A694D) is known color: Hemlock. HEX triplet: 6A, 69 and 4D. RGB value is (106,105,77). Sum of RGB (Red+Green+Blue) = 106+105+77=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 106 - color contains mainly: red. Hex color #6A694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A694D is #9596B2. Grayscale: #666666. Windows color (decimal): -9803443 or 5073258. OLE color: 5073258.
HSL color Cylindrical-coordinate representation of color #6A694D: hue angle of 57.93º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A694D is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 105 | 77 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.58 |
| HSL | 57.93º | 0.16% | 0.36% | - |
| HSV(B) | 57.93º | 0.27% | 0.42% | - |
| XYZ | 12.33 | 13.7 | 9.02 | - |
| YUV | 102.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 105 | 77 | 0 | 0.01 | 0.27 | 0.58 | 57.93 | 0.16 | 0.36 |
| Hex | 6A | 69 | 4D | 0 | 1 | 1B | 3A | 3A | 10 | 24 |
| Octal | 152 | 151 | 115 | 0 | 1 | 33 | 72 | 72 | 20 | 44 |
| Binary | 1101010 | 1101001 | 1001101 | 0 | 1 | 11011 | 111010 | 111010 | 10000 | 100100 |
Color Harmonies of #6A694D
Complementary color
Monochromatic Colors of #6A694D
Black with #6A694D
Text Example
Text Example
White with #6A694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A694D; }
p { color: rgb(106,105,77); }
H1.HeaderClassName
{
color: #6A694D;
}
.AnyTagClassName
{
color: #6A694D;
}
</style>
background-color css
<style>
a { background-color: #6A694D; }
a { background-color: rgb(106,105,77); }
div.DivClassName
{
background-color: #6A694D;
}
.BgClassName
{
background-color: #6A694D;
}
</style>
border-color css
<style>
span { border-color: #6A694D; }
span { border-color: rgb(106,105,77); }
td.TdClassName
{
border-color: #6A694D;
}
.TagClassName
{
border-color: #6A694D;
}
</style>