Shades of Laurel #66856C
Tints of Laurel #66856C
RGB
CMYK
RGB Variations
Color information
#66856C (or 0x66856C) is known color: Laurel. HEX triplet: 66, 85 and 6C. RGB value is (102,133,108). Sum of RGB (Red+Green+Blue) = 102+133+108=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #66856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66856C is #997A93. Grayscale: #787878. Windows color (decimal): -10058388 or 7112038. OLE color: 7112038.
HSL color Cylindrical-coordinate representation of color #66856C: hue angle of 131.61º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66856C is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 133 | 108 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.48 |
| HSL | 131.61º | 0.13% | 0.46% | - |
| HSV(B) | 131.61º | 0.23% | 0.52% | - |
| XYZ | 16.57 | 20.68 | 17.31 | - |
| YUV | 120.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 108 | 0.23 | 0 | 0.19 | 0.48 | 131.61 | 0.13 | 0.46 |
| Hex | 66 | 85 | 6C | 17 | 0 | 13 | 30 | 84 | D | 2E |
| Octal | 146 | 205 | 154 | 27 | 0 | 23 | 60 | 204 | 15 | 56 |
| Binary | 1100110 | 10000101 | 1101100 | 10111 | 0 | 10011 | 110000 | 10000100 | 1101 | 101110 |
Color Harmonies of #66856C
Complementary color
Monochromatic Colors of #66856C
Black with #66856C
Text Example
Text Example
White with #66856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66856C; }
p { color: rgb(102,133,108); }
H1.HeaderClassName
{
color: #66856C;
}
.AnyTagClassName
{
color: #66856C;
}
</style>
background-color css
<style>
a { background-color: #66856C; }
a { background-color: rgb(102,133,108); }
div.DivClassName
{
background-color: #66856C;
}
.BgClassName
{
background-color: #66856C;
}
</style>
border-color css
<style>
span { border-color: #66856C; }
span { border-color: rgb(102,133,108); }
td.TdClassName
{
border-color: #66856C;
}
.TagClassName
{
border-color: #66856C;
}
</style>