Shades of Laurel #63926B
Tints of Laurel #63926B
RGB
CMYK
RGB Variations
Color information
#63926B (or 0x63926B) is known color: Laurel. HEX triplet: 63, 92 and 6B. RGB value is (99,146,107). Sum of RGB (Red+Green+Blue) = 99+146+107=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #63926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63926B is #9C6D94. Grayscale: #7F7F7F. Windows color (decimal): -10251669 or 7049827. OLE color: 7049827.
HSL color Cylindrical-coordinate representation of color #63926B: hue angle of 130.21º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63926B is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 146 | 107 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.43 |
| HSL | 130.21º | 0.19% | 0.48% | - |
| HSV(B) | 130.21º | 0.32% | 0.57% | - |
| XYZ | 18.08 | 24.27 | 17.64 | - |
| YUV | 127.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 107 | 0.32 | 0 | 0.27 | 0.43 | 130.21 | 0.19 | 0.48 |
| Hex | 63 | 92 | 6B | 20 | 0 | 1B | 2B | 82 | 13 | 30 |
| Octal | 143 | 222 | 153 | 40 | 0 | 33 | 53 | 202 | 23 | 60 |
| Binary | 1100011 | 10010010 | 1101011 | 100000 | 0 | 11011 | 101011 | 10000010 | 10011 | 110000 |
Color Harmonies of #63926B
Complementary color
Monochromatic Colors of #63926B
Black with #63926B
Text Example
Text Example
White with #63926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63926B; }
p { color: rgb(99,146,107); }
H1.HeaderClassName
{
color: #63926B;
}
.AnyTagClassName
{
color: #63926B;
}
</style>
background-color css
<style>
a { background-color: #63926B; }
a { background-color: rgb(99,146,107); }
div.DivClassName
{
background-color: #63926B;
}
.BgClassName
{
background-color: #63926B;
}
</style>
border-color css
<style>
span { border-color: #63926B; }
span { border-color: rgb(99,146,107); }
td.TdClassName
{
border-color: #63926B;
}
.TagClassName
{
border-color: #63926B;
}
</style>