Shades of Hemlock #656250
Tints of Hemlock #656250
RGB
CMYK
RGB Variations
Color information
#656250 (or 0x656250) is known color: Hemlock. HEX triplet: 65, 62 and 50. RGB value is (101,98,80). Sum of RGB (Red+Green+Blue) = 101+98+80=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 101 - color contains mainly: red. Hex color #656250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656250 is #9A9DAF. Grayscale: #606060. Windows color (decimal): -10132912 or 5268069. OLE color: 5268069.
HSL color Cylindrical-coordinate representation of color #656250: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #656250 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 98 | 80 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.60 |
| HSL | 51.43º | 0.12% | 0.35% | - |
| HSV(B) | 51.43º | 0.21% | 0.4% | - |
| XYZ | 11.18 | 12.08 | 9.33 | - |
| YUV | 96.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 80 | 0 | 0.03 | 0.21 | 0.60 | 51.43 | 0.12 | 0.35 |
| Hex | 65 | 62 | 50 | 0 | 3 | 15 | 3C | 33 | C | 23 |
| Octal | 145 | 142 | 120 | 0 | 3 | 25 | 74 | 63 | 14 | 43 |
| Binary | 1100101 | 1100010 | 1010000 | 0 | 11 | 10101 | 111100 | 110011 | 1100 | 100011 |
Color Harmonies of #656250
Complementary color
Monochromatic Colors of #656250
Black with #656250
Text Example
Text Example
White with #656250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656250; }
p { color: rgb(101,98,80); }
H1.HeaderClassName
{
color: #656250;
}
.AnyTagClassName
{
color: #656250;
}
</style>
background-color css
<style>
a { background-color: #656250; }
a { background-color: rgb(101,98,80); }
div.DivClassName
{
background-color: #656250;
}
.BgClassName
{
background-color: #656250;
}
</style>
border-color css
<style>
span { border-color: #656250; }
span { border-color: rgb(101,98,80); }
td.TdClassName
{
border-color: #656250;
}
.TagClassName
{
border-color: #656250;
}
</style>