Shades of Laurel #63886A
Tints of Laurel #63886A
RGB
CMYK
RGB Variations
Color information
#63886A (or 0x63886A) is known color: Laurel. HEX triplet: 63, 88 and 6A. RGB value is (99,136,106). Sum of RGB (Red+Green+Blue) = 99+136+106=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #63886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63886A is #9C7795. Grayscale: #797979. Windows color (decimal): -10254230 or 6981731. OLE color: 6981731.
HSL color Cylindrical-coordinate representation of color #63886A: hue angle of 131.35º degrees, saturation: 0.16, 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 #63886A is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 136 | 106 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.47 |
| HSL | 131.35º | 0.16% | 0.46% | - |
| HSV(B) | 131.35º | 0.27% | 0.53% | - |
| XYZ | 16.55 | 21.3 | 16.87 | - |
| YUV | 121.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 106 | 0.27 | 0 | 0.22 | 0.47 | 131.35 | 0.16 | 0.46 |
| Hex | 63 | 88 | 6A | 1B | 0 | 16 | 2F | 83 | 10 | 2E |
| Octal | 143 | 210 | 152 | 33 | 0 | 26 | 57 | 203 | 20 | 56 |
| Binary | 1100011 | 10001000 | 1101010 | 11011 | 0 | 10110 | 101111 | 10000011 | 10000 | 101110 |
Color Harmonies of #63886A
Complementary color
Monochromatic Colors of #63886A
Black with #63886A
Text Example
Text Example
White with #63886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63886A; }
p { color: rgb(99,136,106); }
H1.HeaderClassName
{
color: #63886A;
}
.AnyTagClassName
{
color: #63886A;
}
</style>
background-color css
<style>
a { background-color: #63886A; }
a { background-color: rgb(99,136,106); }
div.DivClassName
{
background-color: #63886A;
}
.BgClassName
{
background-color: #63886A;
}
</style>
border-color css
<style>
span { border-color: #63886A; }
span { border-color: rgb(99,136,106); }
td.TdClassName
{
border-color: #63886A;
}
.TagClassName
{
border-color: #63886A;
}
</style>