Shades of Laurel #66866E
Tints of Laurel #66866E
RGB
CMYK
RGB Variations
Color information
#66866E (or 0x66866E) is known color: Laurel. HEX triplet: 66, 86 and 6E. RGB value is (102,134,110). Sum of RGB (Red+Green+Blue) = 102+134+110=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #66866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66866E is #997991. Grayscale: #797979. Windows color (decimal): -10058130 or 7243366. OLE color: 7243366.
HSL color Cylindrical-coordinate representation of color #66866E: hue angle of 135º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66866E is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 134 | 110 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.47 |
| HSL | 135º | 0.14% | 0.46% | - |
| HSV(B) | 135º | 0.24% | 0.53% | - |
| XYZ | 16.82 | 21 | 17.92 | - |
| YUV | 121.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 110 | 0.24 | 0 | 0.18 | 0.47 | 135 | 0.14 | 0.46 |
| Hex | 66 | 86 | 6E | 18 | 0 | 12 | 2F | 87 | E | 2E |
| Octal | 146 | 206 | 156 | 30 | 0 | 22 | 57 | 207 | 16 | 56 |
| Binary | 1100110 | 10000110 | 1101110 | 11000 | 0 | 10010 | 101111 | 10000111 | 1110 | 101110 |
Color Harmonies of #66866E
Complementary color
Monochromatic Colors of #66866E
Black with #66866E
Text Example
Text Example
White with #66866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66866E; }
p { color: rgb(102,134,110); }
H1.HeaderClassName
{
color: #66866E;
}
.AnyTagClassName
{
color: #66866E;
}
</style>
background-color css
<style>
a { background-color: #66866E; }
a { background-color: rgb(102,134,110); }
div.DivClassName
{
background-color: #66866E;
}
.BgClassName
{
background-color: #66866E;
}
</style>
border-color css
<style>
span { border-color: #66866E; }
span { border-color: rgb(102,134,110); }
td.TdClassName
{
border-color: #66866E;
}
.TagClassName
{
border-color: #66866E;
}
</style>