Shades of Laurel #63866C
Tints of Laurel #63866C
RGB
CMYK
RGB Variations
Color information
#63866C (or 0x63866C) is known color: Laurel. HEX triplet: 63, 86 and 6C. RGB value is (99,134,108). Sum of RGB (Red+Green+Blue) = 99+134+108=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #63866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63866C is #9C7993. Grayscale: #787878. Windows color (decimal): -10254740 or 7112291. OLE color: 7112291.
HSL color Cylindrical-coordinate representation of color #63866C: hue angle of 135.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63866C is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 134 | 108 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.47 |
| HSL | 135.43º | 0.15% | 0.46% | - |
| HSV(B) | 135.43º | 0.26% | 0.53% | - |
| XYZ | 16.38 | 20.79 | 17.34 | - |
| YUV | 120.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 134 | 108 | 0.26 | 0 | 0.19 | 0.47 | 135.43 | 0.15 | 0.46 |
| Hex | 63 | 86 | 6C | 1A | 0 | 13 | 2F | 87 | F | 2E |
| Octal | 143 | 206 | 154 | 32 | 0 | 23 | 57 | 207 | 17 | 56 |
| Binary | 1100011 | 10000110 | 1101100 | 11010 | 0 | 10011 | 101111 | 10000111 | 1111 | 101110 |
Color Harmonies of #63866C
Complementary color
Monochromatic Colors of #63866C
Black with #63866C
Text Example
Text Example
White with #63866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63866C; }
p { color: rgb(99,134,108); }
H1.HeaderClassName
{
color: #63866C;
}
.AnyTagClassName
{
color: #63866C;
}
</style>
background-color css
<style>
a { background-color: #63866C; }
a { background-color: rgb(99,134,108); }
div.DivClassName
{
background-color: #63866C;
}
.BgClassName
{
background-color: #63866C;
}
</style>
border-color css
<style>
span { border-color: #63866C; }
span { border-color: rgb(99,134,108); }
td.TdClassName
{
border-color: #63866C;
}
.TagClassName
{
border-color: #63866C;
}
</style>