Shades of Laurel #649565
Tints of Laurel #649565
RGB
CMYK
RGB Variations
Color information
#649565 (or 0x649565) is known color: Laurel. HEX triplet: 64, 95 and 65. RGB value is (100,149,101). Sum of RGB (Red+Green+Blue) = 100+149+101=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #649565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649565 is #9B6A9A. Grayscale: #818181. Windows color (decimal): -10185371 or 6657380. OLE color: 6657380.
HSL color Cylindrical-coordinate representation of color #649565: hue angle of 121.22º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649565 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 101 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.42 |
| HSL | 121.22º | 0.2% | 0.49% | - |
| HSV(B) | 121.22º | 0.33% | 0.58% | - |
| XYZ | 18.35 | 25.14 | 16.2 | - |
| YUV | 128.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 101 | 0.33 | 0 | 0.32 | 0.42 | 121.22 | 0.2 | 0.49 |
| Hex | 64 | 95 | 65 | 21 | 0 | 20 | 2A | 79 | 14 | 31 |
| Octal | 144 | 225 | 145 | 41 | 0 | 40 | 52 | 171 | 24 | 61 |
| Binary | 1100100 | 10010101 | 1100101 | 100001 | 0 | 100000 | 101010 | 1111001 | 10100 | 110001 |
Color Harmonies of #649565
Complementary color
Monochromatic Colors of #649565
Black with #649565
Text Example
Text Example
White with #649565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649565; }
p { color: rgb(100,149,101); }
H1.HeaderClassName
{
color: #649565;
}
.AnyTagClassName
{
color: #649565;
}
</style>
background-color css
<style>
a { background-color: #649565; }
a { background-color: rgb(100,149,101); }
div.DivClassName
{
background-color: #649565;
}
.BgClassName
{
background-color: #649565;
}
</style>
border-color css
<style>
span { border-color: #649565; }
span { border-color: rgb(100,149,101); }
td.TdClassName
{
border-color: #649565;
}
.TagClassName
{
border-color: #649565;
}
</style>