Shades of Hemlock #65654F
Tints of Hemlock #65654F
RGB
CMYK
RGB Variations
Color information
#65654F (or 0x65654F) is known color: Hemlock. HEX triplet: 65, 65 and 4F. RGB value is (101,101,79). Sum of RGB (Red+Green+Blue) = 101+101+79=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 101 - color contains mainly: red, green. Hex color #65654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65654F is #9A9AB0. Grayscale: #626262. Windows color (decimal): -10132145 or 5203301. OLE color: 5203301.
HSL color Cylindrical-coordinate representation of color #65654F: hue angle of 60º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #65654F is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 101 | 79 | - |
| CMYK | 0 | 0 | 0.22 | 0.60 |
| HSL | 60º | 0.12% | 0.35% | - |
| HSV(B) | 60º | 0.22% | 0.4% | - |
| XYZ | 11.43 | 12.64 | 9.23 | - |
| YUV | 98.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 79 | 0 | 0 | 0.22 | 0.60 | 60 | 0.12 | 0.35 |
| Hex | 65 | 65 | 4F | 0 | 0 | 16 | 3C | 3C | C | 23 |
| Octal | 145 | 145 | 117 | 0 | 0 | 26 | 74 | 74 | 14 | 43 |
| Binary | 1100101 | 1100101 | 1001111 | 0 | 0 | 10110 | 111100 | 111100 | 1100 | 100011 |
Color Harmonies of #65654F
Complementary color
Monochromatic Colors of #65654F
Black with #65654F
Text Example
Text Example
White with #65654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65654F; }
p { color: rgb(101,101,79); }
H1.HeaderClassName
{
color: #65654F;
}
.AnyTagClassName
{
color: #65654F;
}
</style>
background-color css
<style>
a { background-color: #65654F; }
a { background-color: rgb(101,101,79); }
div.DivClassName
{
background-color: #65654F;
}
.BgClassName
{
background-color: #65654F;
}
</style>
border-color css
<style>
span { border-color: #65654F; }
span { border-color: rgb(101,101,79); }
td.TdClassName
{
border-color: #65654F;
}
.TagClassName
{
border-color: #65654F;
}
</style>