Shades of Hemlock #6A6950
Tints of Hemlock #6A6950
RGB
CMYK
RGB Variations
Color information
#6A6950 (or 0x6A6950) is known color: Hemlock. HEX triplet: 6A, 69 and 50. RGB value is (106,105,80). Sum of RGB (Red+Green+Blue) = 106+105+80=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6950 is #9596AF. Grayscale: #666666. Windows color (decimal): -9803440 or 5269866. OLE color: 5269866.
HSL color Cylindrical-coordinate representation of color #6A6950: hue angle of 57.69º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A6950 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 105 | 80 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.58 |
| HSL | 57.69º | 0.14% | 0.36% | - |
| HSV(B) | 57.69º | 0.25% | 0.42% | - |
| XYZ | 12.44 | 13.75 | 9.59 | - |
| YUV | 102.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 105 | 80 | 0 | 0.01 | 0.25 | 0.58 | 57.69 | 0.14 | 0.36 |
| Hex | 6A | 69 | 50 | 0 | 1 | 19 | 3A | 3A | E | 24 |
| Octal | 152 | 151 | 120 | 0 | 1 | 31 | 72 | 72 | 16 | 44 |
| Binary | 1101010 | 1101001 | 1010000 | 0 | 1 | 11001 | 111010 | 111010 | 1110 | 100100 |
Color Harmonies of #6A6950
Complementary color
Monochromatic Colors of #6A6950
Black with #6A6950
Text Example
Text Example
White with #6A6950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6950; }
p { color: rgb(106,105,80); }
H1.HeaderClassName
{
color: #6A6950;
}
.AnyTagClassName
{
color: #6A6950;
}
</style>
background-color css
<style>
a { background-color: #6A6950; }
a { background-color: rgb(106,105,80); }
div.DivClassName
{
background-color: #6A6950;
}
.BgClassName
{
background-color: #6A6950;
}
</style>
border-color css
<style>
span { border-color: #6A6950; }
span { border-color: rgb(106,105,80); }
td.TdClassName
{
border-color: #6A6950;
}
.TagClassName
{
border-color: #6A6950;
}
</style>