Shades of Hemlock #6A6948
Tints of Hemlock #6A6948
RGB
CMYK
RGB Variations
Color information
#6A6948 (or 0x6A6948) is known color: Hemlock. HEX triplet: 6A, 69 and 48. RGB value is (106,105,72). Sum of RGB (Red+Green+Blue) = 106+105+72=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6948 is #9596B7. Grayscale: #656565. Windows color (decimal): -9803448 or 4745578. OLE color: 4745578.
HSL color Cylindrical-coordinate representation of color #6A6948: hue angle of 58.24º 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 #6A6948 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 105 | 72 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.58 |
| HSL | 58.24º | 0.19% | 0.35% | - |
| HSV(B) | 58.24º | 0.32% | 0.42% | - |
| XYZ | 12.17 | 13.64 | 8.12 | - |
| YUV | 101.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 105 | 72 | 0 | 0.01 | 0.32 | 0.58 | 58.24 | 0.19 | 0.35 |
| Hex | 6A | 69 | 48 | 0 | 1 | 20 | 3A | 3A | 13 | 23 |
| Octal | 152 | 151 | 110 | 0 | 1 | 40 | 72 | 72 | 23 | 43 |
| Binary | 1101010 | 1101001 | 1001000 | 0 | 1 | 100000 | 111010 | 111010 | 10011 | 100011 |
Color Harmonies of #6A6948
Complementary color
Monochromatic Colors of #6A6948
Black with #6A6948
Text Example
Text Example
White with #6A6948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6948; }
p { color: rgb(106,105,72); }
H1.HeaderClassName
{
color: #6A6948;
}
.AnyTagClassName
{
color: #6A6948;
}
</style>
background-color css
<style>
a { background-color: #6A6948; }
a { background-color: rgb(106,105,72); }
div.DivClassName
{
background-color: #6A6948;
}
.BgClassName
{
background-color: #6A6948;
}
</style>
border-color css
<style>
span { border-color: #6A6948; }
span { border-color: rgb(106,105,72); }
td.TdClassName
{
border-color: #6A6948;
}
.TagClassName
{
border-color: #6A6948;
}
</style>