Shades of Laurel #63886E
Tints of Laurel #63886E
RGB
CMYK
RGB Variations
Color information
#63886E (or 0x63886E) is known color: Laurel. HEX triplet: 63, 88 and 6E. RGB value is (99,136,110). Sum of RGB (Red+Green+Blue) = 99+136+110=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #63886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63886E is #9C7791. Grayscale: #7A7A7A. Windows color (decimal): -10254226 or 7243875. OLE color: 7243875.
HSL color Cylindrical-coordinate representation of color #63886E: hue angle of 137.84º 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 #63886E is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 136 | 110 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.47 |
| HSL | 137.84º | 0.16% | 0.46% | - |
| HSV(B) | 137.84º | 0.27% | 0.53% | - |
| XYZ | 16.76 | 21.39 | 18 | - |
| YUV | 121.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 110 | 0.27 | 0 | 0.19 | 0.47 | 137.84 | 0.16 | 0.46 |
| Hex | 63 | 88 | 6E | 1B | 0 | 13 | 2F | 8A | 10 | 2E |
| Octal | 143 | 210 | 156 | 33 | 0 | 23 | 57 | 212 | 20 | 56 |
| Binary | 1100011 | 10001000 | 1101110 | 11011 | 0 | 10011 | 101111 | 10001010 | 10000 | 101110 |
Color Harmonies of #63886E
Complementary color
Monochromatic Colors of #63886E
Black with #63886E
Text Example
Text Example
White with #63886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63886E; }
p { color: rgb(99,136,110); }
H1.HeaderClassName
{
color: #63886E;
}
.AnyTagClassName
{
color: #63886E;
}
</style>
background-color css
<style>
a { background-color: #63886E; }
a { background-color: rgb(99,136,110); }
div.DivClassName
{
background-color: #63886E;
}
.BgClassName
{
background-color: #63886E;
}
</style>
border-color css
<style>
span { border-color: #63886E; }
span { border-color: rgb(99,136,110); }
td.TdClassName
{
border-color: #63886E;
}
.TagClassName
{
border-color: #63886E;
}
</style>