Shades of Laurel #648F6C
Tints of Laurel #648F6C
RGB
CMYK
RGB Variations
Color information
#648F6C (or 0x648F6C) is known color: Laurel. HEX triplet: 64, 8F and 6C. RGB value is (100,143,108). Sum of RGB (Red+Green+Blue) = 100+143+108=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 143 - color contains mainly: green. Hex color #648F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648F6C is #9B7093. Grayscale: #7E7E7E. Windows color (decimal): -10186900 or 7114596. OLE color: 7114596.
HSL color Cylindrical-coordinate representation of color #648F6C: hue angle of 131.16º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648F6C is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 143 | 108 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.44 |
| HSL | 131.16º | 0.18% | 0.48% | - |
| HSV(B) | 131.16º | 0.3% | 0.56% | - |
| XYZ | 17.78 | 23.44 | 17.77 | - |
| YUV | 126.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 108 | 0.30 | 0 | 0.24 | 0.44 | 131.16 | 0.18 | 0.48 |
| Hex | 64 | 8F | 6C | 1E | 0 | 18 | 2C | 83 | 12 | 30 |
| Octal | 144 | 217 | 154 | 36 | 0 | 30 | 54 | 203 | 22 | 60 |
| Binary | 1100100 | 10001111 | 1101100 | 11110 | 0 | 11000 | 101100 | 10000011 | 10010 | 110000 |
Color Harmonies of #648F6C
Complementary color
Monochromatic Colors of #648F6C
Black with #648F6C
Text Example
Text Example
White with #648F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648F6C; }
p { color: rgb(100,143,108); }
H1.HeaderClassName
{
color: #648F6C;
}
.AnyTagClassName
{
color: #648F6C;
}
</style>
background-color css
<style>
a { background-color: #648F6C; }
a { background-color: rgb(100,143,108); }
div.DivClassName
{
background-color: #648F6C;
}
.BgClassName
{
background-color: #648F6C;
}
</style>
border-color css
<style>
span { border-color: #648F6C; }
span { border-color: rgb(100,143,108); }
td.TdClassName
{
border-color: #648F6C;
}
.TagClassName
{
border-color: #648F6C;
}
</style>