Shades of Laurel #649567
Tints of Laurel #649567
RGB
CMYK
RGB Variations
Color information
#649567 (or 0x649567) is known color: Laurel. HEX triplet: 64, 95 and 67. RGB value is (100,149,103). Sum of RGB (Red+Green+Blue) = 100+149+103=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #649567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649567 is #9B6A98. Grayscale: #818181. Windows color (decimal): -10185369 or 6788452. OLE color: 6788452.
HSL color Cylindrical-coordinate representation of color #649567: hue angle of 123.67º 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 #649567 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 103 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.42 |
| HSL | 123.67º | 0.2% | 0.49% | - |
| HSV(B) | 123.67º | 0.33% | 0.58% | - |
| XYZ | 18.45 | 25.18 | 16.72 | - |
| YUV | 129.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 103 | 0.33 | 0 | 0.31 | 0.42 | 123.67 | 0.2 | 0.49 |
| Hex | 64 | 95 | 67 | 21 | 0 | 1F | 2A | 7C | 14 | 31 |
| Octal | 144 | 225 | 147 | 41 | 0 | 37 | 52 | 174 | 24 | 61 |
| Binary | 1100100 | 10010101 | 1100111 | 100001 | 0 | 11111 | 101010 | 1111100 | 10100 | 110001 |
Color Harmonies of #649567
Complementary color
Monochromatic Colors of #649567
Black with #649567
Text Example
Text Example
White with #649567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649567; }
p { color: rgb(100,149,103); }
H1.HeaderClassName
{
color: #649567;
}
.AnyTagClassName
{
color: #649567;
}
</style>
background-color css
<style>
a { background-color: #649567; }
a { background-color: rgb(100,149,103); }
div.DivClassName
{
background-color: #649567;
}
.BgClassName
{
background-color: #649567;
}
</style>
border-color css
<style>
span { border-color: #649567; }
span { border-color: rgb(100,149,103); }
td.TdClassName
{
border-color: #649567;
}
.TagClassName
{
border-color: #649567;
}
</style>