Shades of Laurel #649568
Tints of Laurel #649568
RGB
CMYK
RGB Variations
Color information
#649568 (or 0x649568) is known color: Laurel. HEX triplet: 64, 95 and 68. RGB value is (100,149,104). Sum of RGB (Red+Green+Blue) = 100+149+104=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #649568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649568 is #9B6A97. Grayscale: #818181. Windows color (decimal): -10185368 or 6853988. OLE color: 6853988.
HSL color Cylindrical-coordinate representation of color #649568: hue angle of 124.9º 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 #649568 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 104 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.42 |
| HSL | 124.9º | 0.2% | 0.49% | - |
| HSV(B) | 124.9º | 0.33% | 0.58% | - |
| XYZ | 18.5 | 25.2 | 16.99 | - |
| YUV | 129.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 104 | 0.33 | 0 | 0.30 | 0.42 | 124.9 | 0.2 | 0.49 |
| Hex | 64 | 95 | 68 | 21 | 0 | 1E | 2A | 7D | 14 | 31 |
| Octal | 144 | 225 | 150 | 41 | 0 | 36 | 52 | 175 | 24 | 61 |
| Binary | 1100100 | 10010101 | 1101000 | 100001 | 0 | 11110 | 101010 | 1111101 | 10100 | 110001 |
Color Harmonies of #649568
Complementary color
Monochromatic Colors of #649568
Black with #649568
Text Example
Text Example
White with #649568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649568; }
p { color: rgb(100,149,104); }
H1.HeaderClassName
{
color: #649568;
}
.AnyTagClassName
{
color: #649568;
}
</style>
background-color css
<style>
a { background-color: #649568; }
a { background-color: rgb(100,149,104); }
div.DivClassName
{
background-color: #649568;
}
.BgClassName
{
background-color: #649568;
}
</style>
border-color css
<style>
span { border-color: #649568; }
span { border-color: rgb(100,149,104); }
td.TdClassName
{
border-color: #649568;
}
.TagClassName
{
border-color: #649568;
}
</style>