Shades of Laurel #64896D
Tints of Laurel #64896D
RGB
CMYK
RGB Variations
Color information
#64896D (or 0x64896D) is known color: Laurel. HEX triplet: 64, 89 and 6D. RGB value is (100,137,109). Sum of RGB (Red+Green+Blue) = 100+137+109=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #64896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64896D is #9B7692. Grayscale: #7A7A7A. Windows color (decimal): -10188435 or 7178596. OLE color: 7178596.
HSL color Cylindrical-coordinate representation of color #64896D: hue angle of 134.59º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64896D is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 109 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.46 |
| HSL | 134.59º | 0.16% | 0.46% | - |
| HSV(B) | 134.59º | 0.27% | 0.54% | - |
| XYZ | 16.96 | 21.7 | 17.76 | - |
| YUV | 122.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 109 | 0.27 | 0 | 0.20 | 0.46 | 134.59 | 0.16 | 0.46 |
| Hex | 64 | 89 | 6D | 1B | 0 | 14 | 2E | 87 | 10 | 2E |
| Octal | 144 | 211 | 155 | 33 | 0 | 24 | 56 | 207 | 20 | 56 |
| Binary | 1100100 | 10001001 | 1101101 | 11011 | 0 | 10100 | 101110 | 10000111 | 10000 | 101110 |
Color Harmonies of #64896D
Complementary color
Monochromatic Colors of #64896D
Black with #64896D
Text Example
Text Example
White with #64896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64896D; }
p { color: rgb(100,137,109); }
H1.HeaderClassName
{
color: #64896D;
}
.AnyTagClassName
{
color: #64896D;
}
</style>
background-color css
<style>
a { background-color: #64896D; }
a { background-color: rgb(100,137,109); }
div.DivClassName
{
background-color: #64896D;
}
.BgClassName
{
background-color: #64896D;
}
</style>
border-color css
<style>
span { border-color: #64896D; }
span { border-color: rgb(100,137,109); }
td.TdClassName
{
border-color: #64896D;
}
.TagClassName
{
border-color: #64896D;
}
</style>