Shades of Laurel #65866D
Tints of Laurel #65866D
RGB
CMYK
RGB Variations
Color information
#65866D (or 0x65866D) is known color: Laurel. HEX triplet: 65, 86 and 6D. RGB value is (101,134,109). Sum of RGB (Red+Green+Blue) = 101+134+109=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #65866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65866D is #9A7992. Grayscale: #797979. Windows color (decimal): -10123667 or 7177829. OLE color: 7177829.
HSL color Cylindrical-coordinate representation of color #65866D: hue angle of 134.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65866D is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 134 | 109 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.47 |
| HSL | 134.55º | 0.14% | 0.46% | - |
| HSV(B) | 134.55º | 0.25% | 0.53% | - |
| XYZ | 16.65 | 20.92 | 17.63 | - |
| YUV | 121.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 109 | 0.25 | 0 | 0.19 | 0.47 | 134.55 | 0.14 | 0.46 |
| Hex | 65 | 86 | 6D | 19 | 0 | 13 | 2F | 87 | E | 2E |
| Octal | 145 | 206 | 155 | 31 | 0 | 23 | 57 | 207 | 16 | 56 |
| Binary | 1100101 | 10000110 | 1101101 | 11001 | 0 | 10011 | 101111 | 10000111 | 1110 | 101110 |
Color Harmonies of #65866D
Complementary color
Monochromatic Colors of #65866D
Black with #65866D
Text Example
Text Example
White with #65866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65866D; }
p { color: rgb(101,134,109); }
H1.HeaderClassName
{
color: #65866D;
}
.AnyTagClassName
{
color: #65866D;
}
</style>
background-color css
<style>
a { background-color: #65866D; }
a { background-color: rgb(101,134,109); }
div.DivClassName
{
background-color: #65866D;
}
.BgClassName
{
background-color: #65866D;
}
</style>
border-color css
<style>
span { border-color: #65866D; }
span { border-color: rgb(101,134,109); }
td.TdClassName
{
border-color: #65866D;
}
.TagClassName
{
border-color: #65866D;
}
</style>