Shades of Laurel #638166
Tints of Laurel #638166
RGB
CMYK
RGB Variations
Color information
#638166 (or 0x638166) is known color: Laurel. HEX triplet: 63, 81 and 66. RGB value is (99,129,102). Sum of RGB (Red+Green+Blue) = 99+129+102=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #638166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638166 is #9C7E99. Grayscale: #757575. Windows color (decimal): -10256026 or 6717795. OLE color: 6717795.
HSL color Cylindrical-coordinate representation of color #638166: hue angle of 126º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #638166 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 129 | 102 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.49 |
| HSL | 126º | 0.13% | 0.45% | - |
| HSV(B) | 126º | 0.23% | 0.51% | - |
| XYZ | 15.39 | 19.31 | 15.49 | - |
| YUV | 116.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 102 | 0.23 | 0 | 0.21 | 0.49 | 126 | 0.13 | 0.45 |
| Hex | 63 | 81 | 66 | 17 | 0 | 15 | 31 | 7E | D | 2D |
| Octal | 143 | 201 | 146 | 27 | 0 | 25 | 61 | 176 | 15 | 55 |
| Binary | 1100011 | 10000001 | 1100110 | 10111 | 0 | 10101 | 110001 | 1111110 | 1101 | 101101 |
Color Harmonies of #638166
Complementary color
Monochromatic Colors of #638166
Black with #638166
Text Example
Text Example
White with #638166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638166; }
p { color: rgb(99,129,102); }
H1.HeaderClassName
{
color: #638166;
}
.AnyTagClassName
{
color: #638166;
}
</style>
background-color css
<style>
a { background-color: #638166; }
a { background-color: rgb(99,129,102); }
div.DivClassName
{
background-color: #638166;
}
.BgClassName
{
background-color: #638166;
}
</style>
border-color css
<style>
span { border-color: #638166; }
span { border-color: rgb(99,129,102); }
td.TdClassName
{
border-color: #638166;
}
.TagClassName
{
border-color: #638166;
}
</style>