Shades of Laurel #63886C
Tints of Laurel #63886C
RGB
CMYK
RGB Variations
Color information
#63886C (or 0x63886C) is known color: Laurel. HEX triplet: 63, 88 and 6C. RGB value is (99,136,108). Sum of RGB (Red+Green+Blue) = 99+136+108=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #63886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63886C is #9C7793. Grayscale: #797979. Windows color (decimal): -10254228 or 7112803. OLE color: 7112803.
HSL color Cylindrical-coordinate representation of color #63886C: hue angle of 134.59º 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 #63886C is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 136 | 108 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.47 |
| HSL | 134.59º | 0.16% | 0.46% | - |
| HSV(B) | 134.59º | 0.27% | 0.53% | - |
| XYZ | 16.66 | 21.34 | 17.43 | - |
| YUV | 121.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 108 | 0.27 | 0 | 0.21 | 0.47 | 134.59 | 0.16 | 0.46 |
| Hex | 63 | 88 | 6C | 1B | 0 | 15 | 2F | 87 | 10 | 2E |
| Octal | 143 | 210 | 154 | 33 | 0 | 25 | 57 | 207 | 20 | 56 |
| Binary | 1100011 | 10001000 | 1101100 | 11011 | 0 | 10101 | 101111 | 10000111 | 10000 | 101110 |
Color Harmonies of #63886C
Complementary color
Monochromatic Colors of #63886C
Black with #63886C
Text Example
Text Example
White with #63886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63886C; }
p { color: rgb(99,136,108); }
H1.HeaderClassName
{
color: #63886C;
}
.AnyTagClassName
{
color: #63886C;
}
</style>
background-color css
<style>
a { background-color: #63886C; }
a { background-color: rgb(99,136,108); }
div.DivClassName
{
background-color: #63886C;
}
.BgClassName
{
background-color: #63886C;
}
</style>
border-color css
<style>
span { border-color: #63886C; }
span { border-color: rgb(99,136,108); }
td.TdClassName
{
border-color: #63886C;
}
.TagClassName
{
border-color: #63886C;
}
</style>