Shades of Laurel #66846B
Tints of Laurel #66846B
RGB
CMYK
RGB Variations
Color information
#66846B (or 0x66846B) is known color: Laurel. HEX triplet: 66, 84 and 6B. RGB value is (102,132,107). Sum of RGB (Red+Green+Blue) = 102+132+107=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #66846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66846B is #997B94. Grayscale: #787878. Windows color (decimal): -10058645 or 7046246. OLE color: 7046246.
HSL color Cylindrical-coordinate representation of color #66846B: hue angle of 130º 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 #66846B is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 132 | 107 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.48 |
| HSL | 130º | 0.13% | 0.46% | - |
| HSV(B) | 130º | 0.23% | 0.52% | - |
| XYZ | 16.38 | 20.39 | 16.98 | - |
| YUV | 120.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 107 | 0.23 | 0 | 0.19 | 0.48 | 130 | 0.13 | 0.46 |
| Hex | 66 | 84 | 6B | 17 | 0 | 13 | 30 | 82 | D | 2E |
| Octal | 146 | 204 | 153 | 27 | 0 | 23 | 60 | 202 | 15 | 56 |
| Binary | 1100110 | 10000100 | 1101011 | 10111 | 0 | 10011 | 110000 | 10000010 | 1101 | 101110 |
Color Harmonies of #66846B
Complementary color
Monochromatic Colors of #66846B
Black with #66846B
Text Example
Text Example
White with #66846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66846B; }
p { color: rgb(102,132,107); }
H1.HeaderClassName
{
color: #66846B;
}
.AnyTagClassName
{
color: #66846B;
}
</style>
background-color css
<style>
a { background-color: #66846B; }
a { background-color: rgb(102,132,107); }
div.DivClassName
{
background-color: #66846B;
}
.BgClassName
{
background-color: #66846B;
}
</style>
border-color css
<style>
span { border-color: #66846B; }
span { border-color: rgb(102,132,107); }
td.TdClassName
{
border-color: #66846B;
}
.TagClassName
{
border-color: #66846B;
}
</style>