Shades of Hemlock #65624B
Tints of Hemlock #65624B
RGB
CMYK
RGB Variations
Color information
#65624B (or 0x65624B) is known color: Hemlock. HEX triplet: 65, 62 and 4B. RGB value is (101,98,75). Sum of RGB (Red+Green+Blue) = 101+98+75=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 101 - color contains mainly: red. Hex color #65624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65624B is #9A9DB4. Grayscale: #606060. Windows color (decimal): -10132917 or 4940389. OLE color: 4940389.
HSL color Cylindrical-coordinate representation of color #65624B: hue angle of 53.08º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #65624B is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 98 | 75 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.60 |
| HSL | 53.08º | 0.15% | 0.35% | - |
| HSV(B) | 53.08º | 0.26% | 0.4% | - |
| XYZ | 11 | 12.01 | 8.39 | - |
| YUV | 96.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 75 | 0 | 0.03 | 0.26 | 0.60 | 53.08 | 0.15 | 0.35 |
| Hex | 65 | 62 | 4B | 0 | 3 | 1A | 3C | 35 | F | 23 |
| Octal | 145 | 142 | 113 | 0 | 3 | 32 | 74 | 65 | 17 | 43 |
| Binary | 1100101 | 1100010 | 1001011 | 0 | 11 | 11010 | 111100 | 110101 | 1111 | 100011 |
Color Harmonies of #65624B
Complementary color
Monochromatic Colors of #65624B
Black with #65624B
Text Example
Text Example
White with #65624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65624B; }
p { color: rgb(101,98,75); }
H1.HeaderClassName
{
color: #65624B;
}
.AnyTagClassName
{
color: #65624B;
}
</style>
background-color css
<style>
a { background-color: #65624B; }
a { background-color: rgb(101,98,75); }
div.DivClassName
{
background-color: #65624B;
}
.BgClassName
{
background-color: #65624B;
}
</style>
border-color css
<style>
span { border-color: #65624B; }
span { border-color: rgb(101,98,75); }
td.TdClassName
{
border-color: #65624B;
}
.TagClassName
{
border-color: #65624B;
}
</style>