Shades of Laurel #64826A
Tints of Laurel #64826A
RGB
CMYK
RGB Variations
Color information
#64826A (or 0x64826A) is known color: Laurel. HEX triplet: 64, 82 and 6A. RGB value is (100,130,106). Sum of RGB (Red+Green+Blue) = 100+130+106=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #64826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64826A is #9B7D95. Grayscale: #767676. Windows color (decimal): -10190230 or 6980196. OLE color: 6980196.
HSL color Cylindrical-coordinate representation of color #64826A: hue angle of 132º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64826A is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 106 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.49 |
| HSL | 132º | 0.13% | 0.45% | - |
| HSV(B) | 132º | 0.23% | 0.51% | - |
| XYZ | 15.84 | 19.72 | 16.61 | - |
| YUV | 118.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 106 | 0.23 | 0 | 0.18 | 0.49 | 132 | 0.13 | 0.45 |
| Hex | 64 | 82 | 6A | 17 | 0 | 12 | 31 | 84 | D | 2D |
| Octal | 144 | 202 | 152 | 27 | 0 | 22 | 61 | 204 | 15 | 55 |
| Binary | 1100100 | 10000010 | 1101010 | 10111 | 0 | 10010 | 110001 | 10000100 | 1101 | 101101 |
Color Harmonies of #64826A
Complementary color
Monochromatic Colors of #64826A
Black with #64826A
Text Example
Text Example
White with #64826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64826A; }
p { color: rgb(100,130,106); }
H1.HeaderClassName
{
color: #64826A;
}
.AnyTagClassName
{
color: #64826A;
}
</style>
background-color css
<style>
a { background-color: #64826A; }
a { background-color: rgb(100,130,106); }
div.DivClassName
{
background-color: #64826A;
}
.BgClassName
{
background-color: #64826A;
}
</style>
border-color css
<style>
span { border-color: #64826A; }
span { border-color: rgb(100,130,106); }
td.TdClassName
{
border-color: #64826A;
}
.TagClassName
{
border-color: #64826A;
}
</style>