Shades of Oxley #63946D
Tints of Oxley #63946D
RGB
CMYK
RGB Variations
Color information
#63946D (or 0x63946D) is known color: Oxley. HEX triplet: 63, 94 and 6D. RGB value is (99,148,109). Sum of RGB (Red+Green+Blue) = 99+148+109=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #63946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63946D is #9C6B92. Grayscale: #818181. Windows color (decimal): -10251155 or 7181411. OLE color: 7181411.
HSL color Cylindrical-coordinate representation of color #63946D: hue angle of 132.24º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63946D is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 148 | 109 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.42 |
| HSL | 132.24º | 0.2% | 0.48% | - |
| HSV(B) | 132.24º | 0.33% | 0.58% | - |
| XYZ | 18.5 | 24.94 | 18.31 | - |
| YUV | 128.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 109 | 0.33 | 0 | 0.26 | 0.42 | 132.24 | 0.2 | 0.48 |
| Hex | 63 | 94 | 6D | 21 | 0 | 1A | 2A | 84 | 14 | 30 |
| Octal | 143 | 224 | 155 | 41 | 0 | 32 | 52 | 204 | 24 | 60 |
| Binary | 1100011 | 10010100 | 1101101 | 100001 | 0 | 11010 | 101010 | 10000100 | 10100 | 110000 |
Color Harmonies of #63946D
Complementary color
Monochromatic Colors of #63946D
Black with #63946D
Text Example
Text Example
White with #63946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63946D; }
p { color: rgb(99,148,109); }
H1.HeaderClassName
{
color: #63946D;
}
.AnyTagClassName
{
color: #63946D;
}
</style>
background-color css
<style>
a { background-color: #63946D; }
a { background-color: rgb(99,148,109); }
div.DivClassName
{
background-color: #63946D;
}
.BgClassName
{
background-color: #63946D;
}
</style>
border-color css
<style>
span { border-color: #63946D; }
span { border-color: rgb(99,148,109); }
td.TdClassName
{
border-color: #63946D;
}
.TagClassName
{
border-color: #63946D;
}
</style>