Shades of Laurel #63876C
Tints of Laurel #63876C
RGB
CMYK
RGB Variations
Color information
#63876C (or 0x63876C) is known color: Laurel. HEX triplet: 63, 87 and 6C. RGB value is (99,135,108). Sum of RGB (Red+Green+Blue) = 99+135+108=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #63876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63876C is #9C7893. Grayscale: #797979. Windows color (decimal): -10254484 or 7112547. OLE color: 7112547.
HSL color Cylindrical-coordinate representation of color #63876C: hue angle of 135º degrees, saturation: 0.15, 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 #63876C is Cyan = 0.27, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 135 | 108 | - |
| CMYK | 0.27 | 0 | 0.2 | 0.47 |
| HSL | 135º | 0.15% | 0.46% | - |
| HSV(B) | 135º | 0.27% | 0.53% | - |
| XYZ | 16.52 | 21.06 | 17.38 | - |
| YUV | 121.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 135 | 108 | 0.27 | 0 | 0.2 | 0.47 | 135 | 0.15 | 0.46 |
| Hex | 63 | 87 | 6C | 1B | 0 | 14 | 2F | 87 | F | 2E |
| Octal | 143 | 207 | 154 | 33 | 0 | 24 | 57 | 207 | 17 | 56 |
| Binary | 1100011 | 10000111 | 1101100 | 11011 | 0 | 10100 | 101111 | 10000111 | 1111 | 101110 |
Color Harmonies of #63876C
Complementary color
Monochromatic Colors of #63876C
Black with #63876C
Text Example
Text Example
White with #63876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63876C; }
p { color: rgb(99,135,108); }
H1.HeaderClassName
{
color: #63876C;
}
.AnyTagClassName
{
color: #63876C;
}
</style>
background-color css
<style>
a { background-color: #63876C; }
a { background-color: rgb(99,135,108); }
div.DivClassName
{
background-color: #63876C;
}
.BgClassName
{
background-color: #63876C;
}
</style>
border-color css
<style>
span { border-color: #63876C; }
span { border-color: rgb(99,135,108); }
td.TdClassName
{
border-color: #63876C;
}
.TagClassName
{
border-color: #63876C;
}
</style>