Shades of Laurel #64886D
Tints of Laurel #64886D
RGB
CMYK
RGB Variations
Color information
#64886D (or 0x64886D) is known color: Laurel. HEX triplet: 64, 88 and 6D. RGB value is (100,136,109). Sum of RGB (Red+Green+Blue) = 100+136+109=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #64886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64886D is #9B7792. Grayscale: #7A7A7A. Windows color (decimal): -10188691 or 7178340. OLE color: 7178340.
HSL color Cylindrical-coordinate representation of color #64886D: hue angle of 135º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64886D is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 109 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.47 |
| HSL | 135º | 0.15% | 0.46% | - |
| HSV(B) | 135º | 0.26% | 0.53% | - |
| XYZ | 16.82 | 21.42 | 17.72 | - |
| YUV | 122.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 109 | 0.26 | 0 | 0.20 | 0.47 | 135 | 0.15 | 0.46 |
| Hex | 64 | 88 | 6D | 1A | 0 | 14 | 2F | 87 | F | 2E |
| Octal | 144 | 210 | 155 | 32 | 0 | 24 | 57 | 207 | 17 | 56 |
| Binary | 1100100 | 10001000 | 1101101 | 11010 | 0 | 10100 | 101111 | 10000111 | 1111 | 101110 |
Color Harmonies of #64886D
Complementary color
Monochromatic Colors of #64886D
Black with #64886D
Text Example
Text Example
White with #64886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64886D; }
p { color: rgb(100,136,109); }
H1.HeaderClassName
{
color: #64886D;
}
.AnyTagClassName
{
color: #64886D;
}
</style>
background-color css
<style>
a { background-color: #64886D; }
a { background-color: rgb(100,136,109); }
div.DivClassName
{
background-color: #64886D;
}
.BgClassName
{
background-color: #64886D;
}
</style>
border-color css
<style>
span { border-color: #64886D; }
span { border-color: rgb(100,136,109); }
td.TdClassName
{
border-color: #64886D;
}
.TagClassName
{
border-color: #64886D;
}
</style>