Shades of Laurel #637665
Tints of Laurel #637665
RGB
CMYK
RGB Variations
Color information
#637665 (or 0x637665) is known color: Laurel. HEX triplet: 63, 76 and 65. RGB value is (99,118,101). Sum of RGB (Red+Green+Blue) = 99+118+101=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 118 - color contains mainly: green. Hex color #637665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637665 is #9C899A. Grayscale: #6E6E6E. Windows color (decimal): -10258843 or 6649443. OLE color: 6649443.
HSL color Cylindrical-coordinate representation of color #637665: hue angle of 126.32º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #637665 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 118 | 101 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.54 |
| HSL | 126.32º | 0.09% | 0.43% | - |
| HSV(B) | 126.32º | 0.16% | 0.46% | - |
| XYZ | 13.97 | 16.55 | 14.77 | - |
| YUV | 110.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 101 | 0.16 | 0 | 0.14 | 0.54 | 126.32 | 0.09 | 0.43 |
| Hex | 63 | 76 | 65 | 10 | 0 | E | 36 | 7E | 9 | 2B |
| Octal | 143 | 166 | 145 | 20 | 0 | 16 | 66 | 176 | 11 | 53 |
| Binary | 1100011 | 1110110 | 1100101 | 10000 | 0 | 1110 | 110110 | 1111110 | 1001 | 101011 |
Color Harmonies of #637665
Complementary color
Monochromatic Colors of #637665
Black with #637665
Text Example
Text Example
White with #637665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637665; }
p { color: rgb(99,118,101); }
H1.HeaderClassName
{
color: #637665;
}
.AnyTagClassName
{
color: #637665;
}
</style>
background-color css
<style>
a { background-color: #637665; }
a { background-color: rgb(99,118,101); }
div.DivClassName
{
background-color: #637665;
}
.BgClassName
{
background-color: #637665;
}
</style>
border-color css
<style>
span { border-color: #637665; }
span { border-color: rgb(99,118,101); }
td.TdClassName
{
border-color: #637665;
}
.TagClassName
{
border-color: #637665;
}
</style>