Shades of Laurel #66816B
Tints of Laurel #66816B
RGB
CMYK
RGB Variations
Color information
#66816B (or 0x66816B) is known color: Laurel. HEX triplet: 66, 81 and 6B. RGB value is (102,129,107). Sum of RGB (Red+Green+Blue) = 102+129+107=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #66816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66816B is #997E94. Grayscale: #767676. Windows color (decimal): -10059413 or 7045478. OLE color: 7045478.
HSL color Cylindrical-coordinate representation of color #66816B: hue angle of 131.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66816B is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 129 | 107 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.49 |
| HSL | 131.11º | 0.12% | 0.45% | - |
| HSV(B) | 131.11º | 0.21% | 0.51% | - |
| XYZ | 15.98 | 19.59 | 16.85 | - |
| YUV | 118.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 107 | 0.21 | 0 | 0.17 | 0.49 | 131.11 | 0.12 | 0.45 |
| Hex | 66 | 81 | 6B | 15 | 0 | 11 | 31 | 83 | C | 2D |
| Octal | 146 | 201 | 153 | 25 | 0 | 21 | 61 | 203 | 14 | 55 |
| Binary | 1100110 | 10000001 | 1101011 | 10101 | 0 | 10001 | 110001 | 10000011 | 1100 | 101101 |
Color Harmonies of #66816B
Complementary color
Monochromatic Colors of #66816B
Black with #66816B
Text Example
Text Example
White with #66816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66816B; }
p { color: rgb(102,129,107); }
H1.HeaderClassName
{
color: #66816B;
}
.AnyTagClassName
{
color: #66816B;
}
</style>
background-color css
<style>
a { background-color: #66816B; }
a { background-color: rgb(102,129,107); }
div.DivClassName
{
background-color: #66816B;
}
.BgClassName
{
background-color: #66816B;
}
</style>
border-color css
<style>
span { border-color: #66816B; }
span { border-color: rgb(102,129,107); }
td.TdClassName
{
border-color: #66816B;
}
.TagClassName
{
border-color: #66816B;
}
</style>