Shades of Hemlock #6A6848
Tints of Hemlock #6A6848
RGB
CMYK
RGB Variations
Color information
#6A6848 (or 0x6A6848) is known color: Hemlock. HEX triplet: 6A, 68 and 48. RGB value is (106,104,72). Sum of RGB (Red+Green+Blue) = 106+104+72=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6848 is #9597B7. Grayscale: #656565. Windows color (decimal): -9803704 or 4745322. OLE color: 4745322.
HSL color Cylindrical-coordinate representation of color #6A6848: hue angle of 56.47º 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 #6A6848 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 104 | 72 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.58 |
| HSL | 56.47º | 0.19% | 0.35% | - |
| HSV(B) | 56.47º | 0.32% | 0.42% | - |
| XYZ | 12.06 | 13.43 | 8.09 | - |
| YUV | 100.95 | 111.66 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 72 | 0 | 0.02 | 0.32 | 0.58 | 56.47 | 0.19 | 0.35 |
| Hex | 6A | 68 | 48 | 0 | 2 | 20 | 3A | 38 | 13 | 23 |
| Octal | 152 | 150 | 110 | 0 | 2 | 40 | 72 | 70 | 23 | 43 |
| Binary | 1101010 | 1101000 | 1001000 | 0 | 10 | 100000 | 111010 | 111000 | 10011 | 100011 |
Color Harmonies of #6A6848
Complementary color
Monochromatic Colors of #6A6848
Black with #6A6848
Text Example
Text Example
White with #6A6848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6848; }
p { color: rgb(106,104,72); }
H1.HeaderClassName
{
color: #6A6848;
}
.AnyTagClassName
{
color: #6A6848;
}
</style>
background-color css
<style>
a { background-color: #6A6848; }
a { background-color: rgb(106,104,72); }
div.DivClassName
{
background-color: #6A6848;
}
.BgClassName
{
background-color: #6A6848;
}
</style>
border-color css
<style>
span { border-color: #6A6848; }
span { border-color: rgb(106,104,72); }
td.TdClassName
{
border-color: #6A6848;
}
.TagClassName
{
border-color: #6A6848;
}
</style>