Shades of Laurel #63996B
Tints of Laurel #63996B
RGB
CMYK
RGB Variations
Color information
#63996B (or 0x63996B) is known color: Laurel. HEX triplet: 63, 99 and 6B. RGB value is (99,153,107). Sum of RGB (Red+Green+Blue) = 99+153+107=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #63996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63996B is #9C6694. Grayscale: #838383. Windows color (decimal): -10249877 or 7051619. OLE color: 7051619.
HSL color Cylindrical-coordinate representation of color #63996B: hue angle of 128.89º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63996B is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 153 | 107 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.4 |
| HSL | 128.89º | 0.21% | 0.49% | - |
| HSV(B) | 128.89º | 0.35% | 0.6% | - |
| XYZ | 19.19 | 26.5 | 18.01 | - |
| YUV | 131.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 107 | 0.35 | 0 | 0.30 | 0.4 | 128.89 | 0.21 | 0.49 |
| Hex | 63 | 99 | 6B | 23 | 0 | 1E | 28 | 81 | 15 | 31 |
| Octal | 143 | 231 | 153 | 43 | 0 | 36 | 50 | 201 | 25 | 61 |
| Binary | 1100011 | 10011001 | 1101011 | 100011 | 0 | 11110 | 101000 | 10000001 | 10101 | 110001 |
Color Harmonies of #63996B
Complementary color
Monochromatic Colors of #63996B
Black with #63996B
Text Example
Text Example
White with #63996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63996B; }
p { color: rgb(99,153,107); }
H1.HeaderClassName
{
color: #63996B;
}
.AnyTagClassName
{
color: #63996B;
}
</style>
background-color css
<style>
a { background-color: #63996B; }
a { background-color: rgb(99,153,107); }
div.DivClassName
{
background-color: #63996B;
}
.BgClassName
{
background-color: #63996B;
}
</style>
border-color css
<style>
span { border-color: #63996B; }
span { border-color: rgb(99,153,107); }
td.TdClassName
{
border-color: #63996B;
}
.TagClassName
{
border-color: #63996B;
}
</style>