Shades of Laurel #638F6D
Tints of Laurel #638F6D
RGB
CMYK
RGB Variations
Color information
#638F6D (or 0x638F6D) is known color: Laurel. HEX triplet: 63, 8F and 6D. RGB value is (99,143,109). Sum of RGB (Red+Green+Blue) = 99+143+109=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 143 - color contains mainly: green. Hex color #638F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638F6D is #9C7092. Grayscale: #7E7E7E. Windows color (decimal): -10252435 or 7180131. OLE color: 7180131.
HSL color Cylindrical-coordinate representation of color #638F6D: hue angle of 133.64º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #638F6D is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 143 | 109 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.44 |
| HSL | 133.64º | 0.18% | 0.47% | - |
| HSV(B) | 133.64º | 0.31% | 0.56% | - |
| XYZ | 17.73 | 23.4 | 18.05 | - |
| YUV | 125.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 109 | 0.31 | 0 | 0.24 | 0.44 | 133.64 | 0.18 | 0.47 |
| Hex | 63 | 8F | 6D | 1F | 0 | 18 | 2C | 86 | 12 | 2F |
| Octal | 143 | 217 | 155 | 37 | 0 | 30 | 54 | 206 | 22 | 57 |
| Binary | 1100011 | 10001111 | 1101101 | 11111 | 0 | 11000 | 101100 | 10000110 | 10010 | 101111 |
Color Harmonies of #638F6D
Complementary color
Monochromatic Colors of #638F6D
Black with #638F6D
Text Example
Text Example
White with #638F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638F6D; }
p { color: rgb(99,143,109); }
H1.HeaderClassName
{
color: #638F6D;
}
.AnyTagClassName
{
color: #638F6D;
}
</style>
background-color css
<style>
a { background-color: #638F6D; }
a { background-color: rgb(99,143,109); }
div.DivClassName
{
background-color: #638F6D;
}
.BgClassName
{
background-color: #638F6D;
}
</style>
border-color css
<style>
span { border-color: #638F6D; }
span { border-color: rgb(99,143,109); }
td.TdClassName
{
border-color: #638F6D;
}
.TagClassName
{
border-color: #638F6D;
}
</style>