Shades of Hemlock #65624F
Tints of Hemlock #65624F
RGB
CMYK
RGB Variations
Color information
#65624F (or 0x65624F) is known color: Hemlock. HEX triplet: 65, 62 and 4F. RGB value is (101,98,79). Sum of RGB (Red+Green+Blue) = 101+98+79=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 101 - color contains mainly: red. Hex color #65624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65624F is #9A9DB0. Grayscale: #606060. Windows color (decimal): -10132913 or 5202533. OLE color: 5202533.
HSL color Cylindrical-coordinate representation of color #65624F: hue angle of 51.82º 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 #65624F is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 98 | 79 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.60 |
| HSL | 51.82º | 0.12% | 0.35% | - |
| HSV(B) | 51.82º | 0.22% | 0.4% | - |
| XYZ | 11.15 | 12.07 | 9.14 | - |
| YUV | 96.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 79 | 0 | 0.03 | 0.22 | 0.60 | 51.82 | 0.12 | 0.35 |
| Hex | 65 | 62 | 4F | 0 | 3 | 16 | 3C | 34 | C | 23 |
| Octal | 145 | 142 | 117 | 0 | 3 | 26 | 74 | 64 | 14 | 43 |
| Binary | 1100101 | 1100010 | 1001111 | 0 | 11 | 10110 | 111100 | 110100 | 1100 | 100011 |
Color Harmonies of #65624F
Complementary color
Monochromatic Colors of #65624F
Black with #65624F
Text Example
Text Example
White with #65624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65624F; }
p { color: rgb(101,98,79); }
H1.HeaderClassName
{
color: #65624F;
}
.AnyTagClassName
{
color: #65624F;
}
</style>
background-color css
<style>
a { background-color: #65624F; }
a { background-color: rgb(101,98,79); }
div.DivClassName
{
background-color: #65624F;
}
.BgClassName
{
background-color: #65624F;
}
</style>
border-color css
<style>
span { border-color: #65624F; }
span { border-color: rgb(101,98,79); }
td.TdClassName
{
border-color: #65624F;
}
.TagClassName
{
border-color: #65624F;
}
</style>