Shades of Laurel #64856A
Tints of Laurel #64856A
RGB
CMYK
RGB Variations
Color information
#64856A (or 0x64856A) is known color: Laurel. HEX triplet: 64, 85 and 6A. RGB value is (100,133,106). Sum of RGB (Red+Green+Blue) = 100+133+106=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #64856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64856A is #9B7A95. Grayscale: #787878. Windows color (decimal): -10189462 or 6980964. OLE color: 6980964.
HSL color Cylindrical-coordinate representation of color #64856A: hue angle of 130.91º 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 #64856A is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 133 | 106 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.48 |
| HSL | 130.91º | 0.14% | 0.46% | - |
| HSV(B) | 130.91º | 0.25% | 0.52% | - |
| XYZ | 16.24 | 20.52 | 16.74 | - |
| YUV | 120.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 106 | 0.25 | 0 | 0.20 | 0.48 | 130.91 | 0.14 | 0.46 |
| Hex | 64 | 85 | 6A | 19 | 0 | 14 | 30 | 83 | E | 2E |
| Octal | 144 | 205 | 152 | 31 | 0 | 24 | 60 | 203 | 16 | 56 |
| Binary | 1100100 | 10000101 | 1101010 | 11001 | 0 | 10100 | 110000 | 10000011 | 1110 | 101110 |
Color Harmonies of #64856A
Complementary color
Monochromatic Colors of #64856A
Black with #64856A
Text Example
Text Example
White with #64856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64856A; }
p { color: rgb(100,133,106); }
H1.HeaderClassName
{
color: #64856A;
}
.AnyTagClassName
{
color: #64856A;
}
</style>
background-color css
<style>
a { background-color: #64856A; }
a { background-color: rgb(100,133,106); }
div.DivClassName
{
background-color: #64856A;
}
.BgClassName
{
background-color: #64856A;
}
</style>
border-color css
<style>
span { border-color: #64856A; }
span { border-color: rgb(100,133,106); }
td.TdClassName
{
border-color: #64856A;
}
.TagClassName
{
border-color: #64856A;
}
</style>