Shades of Laurel #65886D
Tints of Laurel #65886D
RGB
CMYK
RGB Variations
Color information
#65886D (or 0x65886D) is known color: Laurel. HEX triplet: 65, 88 and 6D. RGB value is (101,136,109). Sum of RGB (Red+Green+Blue) = 101+136+109=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #65886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65886D is #9A7792. Grayscale: #7A7A7A. Windows color (decimal): -10123155 or 7178341. OLE color: 7178341.
HSL color Cylindrical-coordinate representation of color #65886D: hue angle of 133.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #65886D is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 109 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.47 |
| HSL | 133.71º | 0.15% | 0.46% | - |
| HSV(B) | 133.71º | 0.26% | 0.53% | - |
| XYZ | 16.93 | 21.48 | 17.72 | - |
| YUV | 122.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 109 | 0.26 | 0 | 0.20 | 0.47 | 133.71 | 0.15 | 0.46 |
| Hex | 65 | 88 | 6D | 1A | 0 | 14 | 2F | 86 | F | 2E |
| Octal | 145 | 210 | 155 | 32 | 0 | 24 | 57 | 206 | 17 | 56 |
| Binary | 1100101 | 10001000 | 1101101 | 11010 | 0 | 10100 | 101111 | 10000110 | 1111 | 101110 |
Color Harmonies of #65886D
Complementary color
Monochromatic Colors of #65886D
Black with #65886D
Text Example
Text Example
White with #65886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65886D; }
p { color: rgb(101,136,109); }
H1.HeaderClassName
{
color: #65886D;
}
.AnyTagClassName
{
color: #65886D;
}
</style>
background-color css
<style>
a { background-color: #65886D; }
a { background-color: rgb(101,136,109); }
div.DivClassName
{
background-color: #65886D;
}
.BgClassName
{
background-color: #65886D;
}
</style>
border-color css
<style>
span { border-color: #65886D; }
span { border-color: rgb(101,136,109); }
td.TdClassName
{
border-color: #65886D;
}
.TagClassName
{
border-color: #65886D;
}
</style>