Shades of Hemlock #6A6548
Tints of Hemlock #6A6548
RGB
CMYK
RGB Variations
Color information
#6A6548 (or 0x6A6548) is known color: Hemlock. HEX triplet: 6A, 65 and 48. RGB value is (106,101,72). Sum of RGB (Red+Green+Blue) = 106+101+72=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6548 is #959AB7. Grayscale: #636363. Windows color (decimal): -9804472 or 4744554. OLE color: 4744554.
HSL color Cylindrical-coordinate representation of color #6A6548: hue angle of 51.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A6548 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 101 | 72 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.58 |
| HSL | 51.18º | 0.19% | 0.35% | - |
| HSV(B) | 51.18º | 0.32% | 0.42% | - |
| XYZ | 11.77 | 12.84 | 7.99 | - |
| YUV | 99.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 72 | 0 | 0.05 | 0.32 | 0.58 | 51.18 | 0.19 | 0.35 |
| Hex | 6A | 65 | 48 | 0 | 5 | 20 | 3A | 33 | 13 | 23 |
| Octal | 152 | 145 | 110 | 0 | 5 | 40 | 72 | 63 | 23 | 43 |
| Binary | 1101010 | 1100101 | 1001000 | 0 | 101 | 100000 | 111010 | 110011 | 10011 | 100011 |
Color Harmonies of #6A6548
Complementary color
Monochromatic Colors of #6A6548
Black with #6A6548
Text Example
Text Example
White with #6A6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6548; }
p { color: rgb(106,101,72); }
H1.HeaderClassName
{
color: #6A6548;
}
.AnyTagClassName
{
color: #6A6548;
}
</style>
background-color css
<style>
a { background-color: #6A6548; }
a { background-color: rgb(106,101,72); }
div.DivClassName
{
background-color: #6A6548;
}
.BgClassName
{
background-color: #6A6548;
}
</style>
border-color css
<style>
span { border-color: #6A6548; }
span { border-color: rgb(106,101,72); }
td.TdClassName
{
border-color: #6A6548;
}
.TagClassName
{
border-color: #6A6548;
}
</style>