Shades of Hemlock #65624D
Tints of Hemlock #65624D
RGB
CMYK
RGB Variations
Color information
#65624D (or 0x65624D) is known color: Hemlock. HEX triplet: 65, 62 and 4D. RGB value is (101,98,77). Sum of RGB (Red+Green+Blue) = 101+98+77=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 101 - color contains mainly: red. Hex color #65624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65624D is #9A9DB2. Grayscale: #606060. Windows color (decimal): -10132915 or 5071461. OLE color: 5071461.
HSL color Cylindrical-coordinate representation of color #65624D: hue angle of 52.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 #65624D is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 98 | 77 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.60 |
| HSL | 52.5º | 0.13% | 0.35% | - |
| HSV(B) | 52.5º | 0.24% | 0.4% | - |
| XYZ | 11.07 | 12.04 | 8.76 | - |
| YUV | 96.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 77 | 0 | 0.03 | 0.24 | 0.60 | 52.5 | 0.13 | 0.35 |
| Hex | 65 | 62 | 4D | 0 | 3 | 18 | 3C | 34 | D | 23 |
| Octal | 145 | 142 | 115 | 0 | 3 | 30 | 74 | 64 | 15 | 43 |
| Binary | 1100101 | 1100010 | 1001101 | 0 | 11 | 11000 | 111100 | 110100 | 1101 | 100011 |
Color Harmonies of #65624D
Complementary color
Monochromatic Colors of #65624D
Black with #65624D
Text Example
Text Example
White with #65624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65624D; }
p { color: rgb(101,98,77); }
H1.HeaderClassName
{
color: #65624D;
}
.AnyTagClassName
{
color: #65624D;
}
</style>
background-color css
<style>
a { background-color: #65624D; }
a { background-color: rgb(101,98,77); }
div.DivClassName
{
background-color: #65624D;
}
.BgClassName
{
background-color: #65624D;
}
</style>
border-color css
<style>
span { border-color: #65624D; }
span { border-color: rgb(101,98,77); }
td.TdClassName
{
border-color: #65624D;
}
.TagClassName
{
border-color: #65624D;
}
</style>