Shades of Laurel #648568
Tints of Laurel #648568
RGB
CMYK
RGB Variations
Color information
#648568 (or 0x648568) is known color: Laurel. HEX triplet: 64, 85 and 68. RGB value is (100,133,104). Sum of RGB (Red+Green+Blue) = 100+133+104=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #648568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648568 is #9B7A97. Grayscale: #777777. Windows color (decimal): -10189464 or 6849892. OLE color: 6849892.
HSL color Cylindrical-coordinate representation of color #648568: hue angle of 127.27º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #648568 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 133 | 104 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.48 |
| HSL | 127.27º | 0.14% | 0.46% | - |
| HSV(B) | 127.27º | 0.25% | 0.52% | - |
| XYZ | 16.14 | 20.48 | 16.2 | - |
| YUV | 119.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 104 | 0.25 | 0 | 0.22 | 0.48 | 127.27 | 0.14 | 0.46 |
| Hex | 64 | 85 | 68 | 19 | 0 | 16 | 30 | 7F | E | 2E |
| Octal | 144 | 205 | 150 | 31 | 0 | 26 | 60 | 177 | 16 | 56 |
| Binary | 1100100 | 10000101 | 1101000 | 11001 | 0 | 10110 | 110000 | 1111111 | 1110 | 101110 |
Color Harmonies of #648568
Complementary color
Monochromatic Colors of #648568
Black with #648568
Text Example
Text Example
White with #648568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648568; }
p { color: rgb(100,133,104); }
H1.HeaderClassName
{
color: #648568;
}
.AnyTagClassName
{
color: #648568;
}
</style>
background-color css
<style>
a { background-color: #648568; }
a { background-color: rgb(100,133,104); }
div.DivClassName
{
background-color: #648568;
}
.BgClassName
{
background-color: #648568;
}
</style>
border-color css
<style>
span { border-color: #648568; }
span { border-color: rgb(100,133,104); }
td.TdClassName
{
border-color: #648568;
}
.TagClassName
{
border-color: #648568;
}
</style>