Shades of Laurel #63896B
Tints of Laurel #63896B
RGB
CMYK
RGB Variations
Color information
#63896B (or 0x63896B) is known color: Laurel. HEX triplet: 63, 89 and 6B. RGB value is (99,137,107). Sum of RGB (Red+Green+Blue) = 99+137+107=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #63896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63896B is #9C7694. Grayscale: #7A7A7A. Windows color (decimal): -10253973 or 7047523. OLE color: 7047523.
HSL color Cylindrical-coordinate representation of color #63896B: hue angle of 132.63º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63896B is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 137 | 107 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.46 |
| HSL | 132.63º | 0.16% | 0.46% | - |
| HSV(B) | 132.63º | 0.28% | 0.54% | - |
| XYZ | 16.75 | 21.61 | 17.2 | - |
| YUV | 122.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 137 | 107 | 0.28 | 0 | 0.22 | 0.46 | 132.63 | 0.16 | 0.46 |
| Hex | 63 | 89 | 6B | 1C | 0 | 16 | 2E | 85 | 10 | 2E |
| Octal | 143 | 211 | 153 | 34 | 0 | 26 | 56 | 205 | 20 | 56 |
| Binary | 1100011 | 10001001 | 1101011 | 11100 | 0 | 10110 | 101110 | 10000101 | 10000 | 101110 |
Color Harmonies of #63896B
Complementary color
Monochromatic Colors of #63896B
Black with #63896B
Text Example
Text Example
White with #63896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63896B; }
p { color: rgb(99,137,107); }
H1.HeaderClassName
{
color: #63896B;
}
.AnyTagClassName
{
color: #63896B;
}
</style>
background-color css
<style>
a { background-color: #63896B; }
a { background-color: rgb(99,137,107); }
div.DivClassName
{
background-color: #63896B;
}
.BgClassName
{
background-color: #63896B;
}
</style>
border-color css
<style>
span { border-color: #63896B; }
span { border-color: rgb(99,137,107); }
td.TdClassName
{
border-color: #63896B;
}
.TagClassName
{
border-color: #63896B;
}
</style>