Shades of Laurel #64866C
Tints of Laurel #64866C
RGB
CMYK
RGB Variations
Color information
#64866C (or 0x64866C) is known color: Laurel. HEX triplet: 64, 86 and 6C. RGB value is (100,134,108). Sum of RGB (Red+Green+Blue) = 100+134+108=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #64866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64866C is #9B7993. Grayscale: #787878. Windows color (decimal): -10189204 or 7112292. OLE color: 7112292.
HSL color Cylindrical-coordinate representation of color #64866C: hue angle of 134.12º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64866C is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 108 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.47 |
| HSL | 134.12º | 0.15% | 0.46% | - |
| HSV(B) | 134.12º | 0.25% | 0.53% | - |
| XYZ | 16.49 | 20.84 | 17.34 | - |
| YUV | 120.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 108 | 0.25 | 0 | 0.19 | 0.47 | 134.12 | 0.15 | 0.46 |
| Hex | 64 | 86 | 6C | 19 | 0 | 13 | 2F | 86 | F | 2E |
| Octal | 144 | 206 | 154 | 31 | 0 | 23 | 57 | 206 | 17 | 56 |
| Binary | 1100100 | 10000110 | 1101100 | 11001 | 0 | 10011 | 101111 | 10000110 | 1111 | 101110 |
Color Harmonies of #64866C
Complementary color
Monochromatic Colors of #64866C
Black with #64866C
Text Example
Text Example
White with #64866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64866C; }
p { color: rgb(100,134,108); }
H1.HeaderClassName
{
color: #64866C;
}
.AnyTagClassName
{
color: #64866C;
}
</style>
background-color css
<style>
a { background-color: #64866C; }
a { background-color: rgb(100,134,108); }
div.DivClassName
{
background-color: #64866C;
}
.BgClassName
{
background-color: #64866C;
}
</style>
border-color css
<style>
span { border-color: #64866C; }
span { border-color: rgb(100,134,108); }
td.TdClassName
{
border-color: #64866C;
}
.TagClassName
{
border-color: #64866C;
}
</style>