Shades of Laurel #648069
Tints of Laurel #648069
RGB
CMYK
RGB Variations
Color information
#648069 (or 0x648069) is known color: Laurel. HEX triplet: 64, 80 and 69. RGB value is (100,128,105). Sum of RGB (Red+Green+Blue) = 100+128+105=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 128 - color contains mainly: green. Hex color #648069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648069 is #9B7F96. Grayscale: #757575. Windows color (decimal): -10190743 or 6914148. OLE color: 6914148.
HSL color Cylindrical-coordinate representation of color #648069: hue angle of 130.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #648069 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 128 | 105 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.50 |
| HSL | 130.71º | 0.12% | 0.45% | - |
| HSV(B) | 130.71º | 0.22% | 0.5% | - |
| XYZ | 15.52 | 19.17 | 16.25 | - |
| YUV | 117.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 105 | 0.22 | 0 | 0.18 | 0.50 | 130.71 | 0.12 | 0.45 |
| Hex | 64 | 80 | 69 | 16 | 0 | 12 | 32 | 83 | C | 2D |
| Octal | 144 | 200 | 151 | 26 | 0 | 22 | 62 | 203 | 14 | 55 |
| Binary | 1100100 | 10000000 | 1101001 | 10110 | 0 | 10010 | 110010 | 10000011 | 1100 | 101101 |
Color Harmonies of #648069
Complementary color
Monochromatic Colors of #648069
Black with #648069
Text Example
Text Example
White with #648069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648069; }
p { color: rgb(100,128,105); }
H1.HeaderClassName
{
color: #648069;
}
.AnyTagClassName
{
color: #648069;
}
</style>
background-color css
<style>
a { background-color: #648069; }
a { background-color: rgb(100,128,105); }
div.DivClassName
{
background-color: #648069;
}
.BgClassName
{
background-color: #648069;
}
</style>
border-color css
<style>
span { border-color: #648069; }
span { border-color: rgb(100,128,105); }
td.TdClassName
{
border-color: #648069;
}
.TagClassName
{
border-color: #648069;
}
</style>