Shades of Laurel #63886D
Tints of Laurel #63886D
RGB
CMYK
RGB Variations
Color information
#63886D (or 0x63886D) is known color: Laurel. HEX triplet: 63, 88 and 6D. RGB value is (99,136,109). Sum of RGB (Red+Green+Blue) = 99+136+109=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #63886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63886D is #9C7792. Grayscale: #797979. Windows color (decimal): -10254227 or 7178339. OLE color: 7178339.
HSL color Cylindrical-coordinate representation of color #63886D: hue angle of 136.22º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63886D is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 136 | 109 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.47 |
| HSL | 136.22º | 0.16% | 0.46% | - |
| HSV(B) | 136.22º | 0.27% | 0.53% | - |
| XYZ | 16.71 | 21.37 | 17.71 | - |
| YUV | 121.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 109 | 0.27 | 0 | 0.20 | 0.47 | 136.22 | 0.16 | 0.46 |
| Hex | 63 | 88 | 6D | 1B | 0 | 14 | 2F | 88 | 10 | 2E |
| Octal | 143 | 210 | 155 | 33 | 0 | 24 | 57 | 210 | 20 | 56 |
| Binary | 1100011 | 10001000 | 1101101 | 11011 | 0 | 10100 | 101111 | 10001000 | 10000 | 101110 |
Color Harmonies of #63886D
Complementary color
Monochromatic Colors of #63886D
Black with #63886D
Text Example
Text Example
White with #63886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63886D; }
p { color: rgb(99,136,109); }
H1.HeaderClassName
{
color: #63886D;
}
.AnyTagClassName
{
color: #63886D;
}
</style>
background-color css
<style>
a { background-color: #63886D; }
a { background-color: rgb(99,136,109); }
div.DivClassName
{
background-color: #63886D;
}
.BgClassName
{
background-color: #63886D;
}
</style>
border-color css
<style>
span { border-color: #63886D; }
span { border-color: rgb(99,136,109); }
td.TdClassName
{
border-color: #63886D;
}
.TagClassName
{
border-color: #63886D;
}
</style>