Shades of Laurel #638B6B
Tints of Laurel #638B6B
RGB
CMYK
RGB Variations
Color information
#638B6B (or 0x638B6B) is known color: Laurel. HEX triplet: 63, 8B and 6B. RGB value is (99,139,107). Sum of RGB (Red+Green+Blue) = 99+139+107=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #638B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638B6B is #9C7494. Grayscale: #7B7B7B. Windows color (decimal): -10253461 or 7048035. OLE color: 7048035.
HSL color Cylindrical-coordinate representation of color #638B6B: hue angle of 132º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638B6B is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 139 | 107 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.45 |
| HSL | 132º | 0.17% | 0.47% | - |
| HSV(B) | 132º | 0.29% | 0.55% | - |
| XYZ | 17.03 | 22.18 | 17.29 | - |
| YUV | 123.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 139 | 107 | 0.29 | 0 | 0.23 | 0.45 | 132 | 0.17 | 0.47 |
| Hex | 63 | 8B | 6B | 1D | 0 | 17 | 2D | 84 | 11 | 2F |
| Octal | 143 | 213 | 153 | 35 | 0 | 27 | 55 | 204 | 21 | 57 |
| Binary | 1100011 | 10001011 | 1101011 | 11101 | 0 | 10111 | 101101 | 10000100 | 10001 | 101111 |
Color Harmonies of #638B6B
Complementary color
Monochromatic Colors of #638B6B
Black with #638B6B
Text Example
Text Example
White with #638B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638B6B; }
p { color: rgb(99,139,107); }
H1.HeaderClassName
{
color: #638B6B;
}
.AnyTagClassName
{
color: #638B6B;
}
</style>
background-color css
<style>
a { background-color: #638B6B; }
a { background-color: rgb(99,139,107); }
div.DivClassName
{
background-color: #638B6B;
}
.BgClassName
{
background-color: #638B6B;
}
</style>
border-color css
<style>
span { border-color: #638B6B; }
span { border-color: rgb(99,139,107); }
td.TdClassName
{
border-color: #638B6B;
}
.TagClassName
{
border-color: #638B6B;
}
</style>