Shades of Laurel #63936C
Tints of Laurel #63936C
RGB
CMYK
RGB Variations
Color information
#63936C (or 0x63936C) is known color: Laurel. HEX triplet: 63, 93 and 6C. RGB value is (99,147,108). Sum of RGB (Red+Green+Blue) = 99+147+108=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #63936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63936C is #9C6C93. Grayscale: #808080. Windows color (decimal): -10251412 or 7115619. OLE color: 7115619.
HSL color Cylindrical-coordinate representation of color #63936C: hue angle of 131.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63936C is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 147 | 108 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.42 |
| HSL | 131.25º | 0.2% | 0.48% | - |
| HSV(B) | 131.25º | 0.33% | 0.58% | - |
| XYZ | 18.29 | 24.6 | 17.97 | - |
| YUV | 128.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 147 | 108 | 0.33 | 0 | 0.27 | 0.42 | 131.25 | 0.2 | 0.48 |
| Hex | 63 | 93 | 6C | 21 | 0 | 1B | 2A | 83 | 14 | 30 |
| Octal | 143 | 223 | 154 | 41 | 0 | 33 | 52 | 203 | 24 | 60 |
| Binary | 1100011 | 10010011 | 1101100 | 100001 | 0 | 11011 | 101010 | 10000011 | 10100 | 110000 |
Color Harmonies of #63936C
Complementary color
Monochromatic Colors of #63936C
Black with #63936C
Text Example
Text Example
White with #63936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63936C; }
p { color: rgb(99,147,108); }
H1.HeaderClassName
{
color: #63936C;
}
.AnyTagClassName
{
color: #63936C;
}
</style>
background-color css
<style>
a { background-color: #63936C; }
a { background-color: rgb(99,147,108); }
div.DivClassName
{
background-color: #63936C;
}
.BgClassName
{
background-color: #63936C;
}
</style>
border-color css
<style>
span { border-color: #63936C; }
span { border-color: rgb(99,147,108); }
td.TdClassName
{
border-color: #63936C;
}
.TagClassName
{
border-color: #63936C;
}
</style>