Shades of Laurel #64886A
Tints of Laurel #64886A
RGB
CMYK
RGB Variations
Color information
#64886A (or 0x64886A) is known color: Laurel. HEX triplet: 64, 88 and 6A. RGB value is (100,136,106). Sum of RGB (Red+Green+Blue) = 100+136+106=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #64886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64886A is #9B7795. Grayscale: #797979. Windows color (decimal): -10188694 or 6981732. OLE color: 6981732.
HSL color Cylindrical-coordinate representation of color #64886A: hue angle of 130º 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 #64886A is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 106 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.47 |
| HSL | 130º | 0.15% | 0.46% | - |
| HSV(B) | 130º | 0.26% | 0.53% | - |
| XYZ | 16.66 | 21.36 | 16.88 | - |
| YUV | 121.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 106 | 0.26 | 0 | 0.22 | 0.47 | 130 | 0.15 | 0.46 |
| Hex | 64 | 88 | 6A | 1A | 0 | 16 | 2F | 82 | F | 2E |
| Octal | 144 | 210 | 152 | 32 | 0 | 26 | 57 | 202 | 17 | 56 |
| Binary | 1100100 | 10001000 | 1101010 | 11010 | 0 | 10110 | 101111 | 10000010 | 1111 | 101110 |
Color Harmonies of #64886A
Complementary color
Monochromatic Colors of #64886A
Black with #64886A
Text Example
Text Example
White with #64886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64886A; }
p { color: rgb(100,136,106); }
H1.HeaderClassName
{
color: #64886A;
}
.AnyTagClassName
{
color: #64886A;
}
</style>
background-color css
<style>
a { background-color: #64886A; }
a { background-color: rgb(100,136,106); }
div.DivClassName
{
background-color: #64886A;
}
.BgClassName
{
background-color: #64886A;
}
</style>
border-color css
<style>
span { border-color: #64886A; }
span { border-color: rgb(100,136,106); }
td.TdClassName
{
border-color: #64886A;
}
.TagClassName
{
border-color: #64886A;
}
</style>