Shades of Laurel #63886B
Tints of Laurel #63886B
RGB
CMYK
RGB Variations
Color information
#63886B (or 0x63886B) is known color: Laurel. HEX triplet: 63, 88 and 6B. RGB value is (99,136,107). Sum of RGB (Red+Green+Blue) = 99+136+107=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #63886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63886B is #9C7794. Grayscale: #797979. Windows color (decimal): -10254229 or 7047267. OLE color: 7047267.
HSL color Cylindrical-coordinate representation of color #63886B: hue angle of 132.97º 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 #63886B is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 136 | 107 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.47 |
| HSL | 132.97º | 0.16% | 0.46% | - |
| HSV(B) | 132.97º | 0.27% | 0.53% | - |
| XYZ | 16.6 | 21.32 | 17.15 | - |
| YUV | 121.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 107 | 0.27 | 0 | 0.21 | 0.47 | 132.97 | 0.16 | 0.46 |
| Hex | 63 | 88 | 6B | 1B | 0 | 15 | 2F | 85 | 10 | 2E |
| Octal | 143 | 210 | 153 | 33 | 0 | 25 | 57 | 205 | 20 | 56 |
| Binary | 1100011 | 10001000 | 1101011 | 11011 | 0 | 10101 | 101111 | 10000101 | 10000 | 101110 |
Color Harmonies of #63886B
Complementary color
Monochromatic Colors of #63886B
Black with #63886B
Text Example
Text Example
White with #63886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63886B; }
p { color: rgb(99,136,107); }
H1.HeaderClassName
{
color: #63886B;
}
.AnyTagClassName
{
color: #63886B;
}
</style>
background-color css
<style>
a { background-color: #63886B; }
a { background-color: rgb(99,136,107); }
div.DivClassName
{
background-color: #63886B;
}
.BgClassName
{
background-color: #63886B;
}
</style>
border-color css
<style>
span { border-color: #63886B; }
span { border-color: rgb(99,136,107); }
td.TdClassName
{
border-color: #63886B;
}
.TagClassName
{
border-color: #63886B;
}
</style>