Shades of Hemlock #6A6850
Tints of Hemlock #6A6850
RGB
CMYK
RGB Variations
Color information
#6A6850 (or 0x6A6850) is known color: Hemlock. HEX triplet: 6A, 68 and 50. RGB value is (106,104,80). Sum of RGB (Red+Green+Blue) = 106+104+80=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6850 is #9597AF. Grayscale: #656565. Windows color (decimal): -9803696 or 5269610. OLE color: 5269610.
HSL color Cylindrical-coordinate representation of color #6A6850: hue angle of 55.38º 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 #6A6850 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 104 | 80 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.58 |
| HSL | 55.38º | 0.14% | 0.36% | - |
| HSV(B) | 55.38º | 0.25% | 0.42% | - |
| XYZ | 12.34 | 13.54 | 9.55 | - |
| YUV | 101.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 80 | 0 | 0.02 | 0.25 | 0.58 | 55.38 | 0.14 | 0.36 |
| Hex | 6A | 68 | 50 | 0 | 2 | 19 | 3A | 37 | E | 24 |
| Octal | 152 | 150 | 120 | 0 | 2 | 31 | 72 | 67 | 16 | 44 |
| Binary | 1101010 | 1101000 | 1010000 | 0 | 10 | 11001 | 111010 | 110111 | 1110 | 100100 |
Color Harmonies of #6A6850
Complementary color
Monochromatic Colors of #6A6850
Black with #6A6850
Text Example
Text Example
White with #6A6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6850; }
p { color: rgb(106,104,80); }
H1.HeaderClassName
{
color: #6A6850;
}
.AnyTagClassName
{
color: #6A6850;
}
</style>
background-color css
<style>
a { background-color: #6A6850; }
a { background-color: rgb(106,104,80); }
div.DivClassName
{
background-color: #6A6850;
}
.BgClassName
{
background-color: #6A6850;
}
</style>
border-color css
<style>
span { border-color: #6A6850; }
span { border-color: rgb(106,104,80); }
td.TdClassName
{
border-color: #6A6850;
}
.TagClassName
{
border-color: #6A6850;
}
</style>