Shades of Hemlock #65644D
Tints of Hemlock #65644D
RGB
CMYK
RGB Variations
Color information
#65644D (or 0x65644D) is known color: Hemlock. HEX triplet: 65, 64 and 4D. RGB value is (101,100,77). Sum of RGB (Red+Green+Blue) = 101+100+77=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 101 - color contains mainly: red. Hex color #65644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65644D is #9A9BB2. Grayscale: #616161. Windows color (decimal): -10132403 or 5071973. OLE color: 5071973.
HSL color Cylindrical-coordinate representation of color #65644D: hue angle of 57.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65644D is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 100 | 77 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.60 |
| HSL | 57.5º | 0.13% | 0.35% | - |
| HSV(B) | 57.5º | 0.24% | 0.4% | - |
| XYZ | 11.26 | 12.42 | 8.82 | - |
| YUV | 97.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 77 | 0 | 0.01 | 0.24 | 0.60 | 57.5 | 0.13 | 0.35 |
| Hex | 65 | 64 | 4D | 0 | 1 | 18 | 3C | 3A | D | 23 |
| Octal | 145 | 144 | 115 | 0 | 1 | 30 | 74 | 72 | 15 | 43 |
| Binary | 1100101 | 1100100 | 1001101 | 0 | 1 | 11000 | 111100 | 111010 | 1101 | 100011 |
Color Harmonies of #65644D
Complementary color
Monochromatic Colors of #65644D
Black with #65644D
Text Example
Text Example
White with #65644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65644D; }
p { color: rgb(101,100,77); }
H1.HeaderClassName
{
color: #65644D;
}
.AnyTagClassName
{
color: #65644D;
}
</style>
background-color css
<style>
a { background-color: #65644D; }
a { background-color: rgb(101,100,77); }
div.DivClassName
{
background-color: #65644D;
}
.BgClassName
{
background-color: #65644D;
}
</style>
border-color css
<style>
span { border-color: #65644D; }
span { border-color: rgb(101,100,77); }
td.TdClassName
{
border-color: #65644D;
}
.TagClassName
{
border-color: #65644D;
}
</style>