Shades of Hemlock #6A6549
Tints of Hemlock #6A6549
RGB
CMYK
RGB Variations
Color information
#6A6549 (or 0x6A6549) is known color: Hemlock. HEX triplet: 6A, 65 and 49. RGB value is (106,101,73). Sum of RGB (Red+Green+Blue) = 106+101+73=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6549 is #959AB6. Grayscale: #636363. Windows color (decimal): -9804471 or 4810090. OLE color: 4810090.
HSL color Cylindrical-coordinate representation of color #6A6549: hue angle of 50.91º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A6549 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 101 | 73 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.58 |
| HSL | 50.91º | 0.18% | 0.35% | - |
| HSV(B) | 50.91º | 0.31% | 0.42% | - |
| XYZ | 11.8 | 12.85 | 8.16 | - |
| YUV | 99.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 73 | 0 | 0.05 | 0.31 | 0.58 | 50.91 | 0.18 | 0.35 |
| Hex | 6A | 65 | 49 | 0 | 5 | 1F | 3A | 33 | 12 | 23 |
| Octal | 152 | 145 | 111 | 0 | 5 | 37 | 72 | 63 | 22 | 43 |
| Binary | 1101010 | 1100101 | 1001001 | 0 | 101 | 11111 | 111010 | 110011 | 10010 | 100011 |
Color Harmonies of #6A6549
Complementary color
Monochromatic Colors of #6A6549
Black with #6A6549
Text Example
Text Example
White with #6A6549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6549; }
p { color: rgb(106,101,73); }
H1.HeaderClassName
{
color: #6A6549;
}
.AnyTagClassName
{
color: #6A6549;
}
</style>
background-color css
<style>
a { background-color: #6A6549; }
a { background-color: rgb(106,101,73); }
div.DivClassName
{
background-color: #6A6549;
}
.BgClassName
{
background-color: #6A6549;
}
</style>
border-color css
<style>
span { border-color: #6A6549; }
span { border-color: rgb(106,101,73); }
td.TdClassName
{
border-color: #6A6549;
}
.TagClassName
{
border-color: #6A6549;
}
</style>