Shades of Laurel #63956A
Tints of Laurel #63956A
RGB
CMYK
RGB Variations
Color information
#63956A (or 0x63956A) is known color: Laurel. HEX triplet: 63, 95 and 6A. RGB value is (99,149,106). Sum of RGB (Red+Green+Blue) = 99+149+106=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #63956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63956A is #9C6A95. Grayscale: #818181. Windows color (decimal): -10250902 or 6985059. OLE color: 6985059.
HSL color Cylindrical-coordinate representation of color #63956A: hue angle of 128.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63956A is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 149 | 106 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.42 |
| HSL | 128.4º | 0.2% | 0.49% | - |
| HSV(B) | 128.4º | 0.34% | 0.58% | - |
| XYZ | 18.49 | 25.19 | 17.52 | - |
| YUV | 129.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 106 | 0.34 | 0 | 0.29 | 0.42 | 128.4 | 0.2 | 0.49 |
| Hex | 63 | 95 | 6A | 22 | 0 | 1D | 2A | 80 | 14 | 31 |
| Octal | 143 | 225 | 152 | 42 | 0 | 35 | 52 | 200 | 24 | 61 |
| Binary | 1100011 | 10010101 | 1101010 | 100010 | 0 | 11101 | 101010 | 10000000 | 10100 | 110001 |
Color Harmonies of #63956A
Complementary color
Monochromatic Colors of #63956A
Black with #63956A
Text Example
Text Example
White with #63956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63956A; }
p { color: rgb(99,149,106); }
H1.HeaderClassName
{
color: #63956A;
}
.AnyTagClassName
{
color: #63956A;
}
</style>
background-color css
<style>
a { background-color: #63956A; }
a { background-color: rgb(99,149,106); }
div.DivClassName
{
background-color: #63956A;
}
.BgClassName
{
background-color: #63956A;
}
</style>
border-color css
<style>
span { border-color: #63956A; }
span { border-color: rgb(99,149,106); }
td.TdClassName
{
border-color: #63956A;
}
.TagClassName
{
border-color: #63956A;
}
</style>