Shades of Laurel #648166
Tints of Laurel #648166
RGB
CMYK
RGB Variations
Color information
#648166 (or 0x648166) is known color: Laurel. HEX triplet: 64, 81 and 66. RGB value is (100,129,102). Sum of RGB (Red+Green+Blue) = 100+129+102=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #648166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648166 is #9B7E99. Grayscale: #757575. Windows color (decimal): -10190490 or 6717796. OLE color: 6717796.
HSL color Cylindrical-coordinate representation of color #648166: hue angle of 124.14º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #648166 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 129 | 102 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.49 |
| HSL | 124.14º | 0.13% | 0.45% | - |
| HSV(B) | 124.14º | 0.22% | 0.51% | - |
| XYZ | 15.5 | 19.37 | 15.49 | - |
| YUV | 117.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 102 | 0.22 | 0 | 0.21 | 0.49 | 124.14 | 0.13 | 0.45 |
| Hex | 64 | 81 | 66 | 16 | 0 | 15 | 31 | 7C | D | 2D |
| Octal | 144 | 201 | 146 | 26 | 0 | 25 | 61 | 174 | 15 | 55 |
| Binary | 1100100 | 10000001 | 1100110 | 10110 | 0 | 10101 | 110001 | 1111100 | 1101 | 101101 |
Color Harmonies of #648166
Complementary color
Monochromatic Colors of #648166
Black with #648166
Text Example
Text Example
White with #648166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648166; }
p { color: rgb(100,129,102); }
H1.HeaderClassName
{
color: #648166;
}
.AnyTagClassName
{
color: #648166;
}
</style>
background-color css
<style>
a { background-color: #648166; }
a { background-color: rgb(100,129,102); }
div.DivClassName
{
background-color: #648166;
}
.BgClassName
{
background-color: #648166;
}
</style>
border-color css
<style>
span { border-color: #648166; }
span { border-color: rgb(100,129,102); }
td.TdClassName
{
border-color: #648166;
}
.TagClassName
{
border-color: #648166;
}
</style>