Shades of Oxley #63976D
Tints of Oxley #63976D
RGB
CMYK
RGB Variations
Color information
#63976D (or 0x63976D) is known color: Oxley. HEX triplet: 63, 97 and 6D. RGB value is (99,151,109). Sum of RGB (Red+Green+Blue) = 99+151+109=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #63976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63976D is #9C6892. Grayscale: #828282. Windows color (decimal): -10250387 or 7182179. OLE color: 7182179.
HSL color Cylindrical-coordinate representation of color #63976D: hue angle of 131.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63976D is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 151 | 109 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.41 |
| HSL | 131.54º | 0.21% | 0.49% | - |
| HSV(B) | 131.54º | 0.34% | 0.59% | - |
| XYZ | 18.97 | 25.89 | 18.47 | - |
| YUV | 130.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 151 | 109 | 0.34 | 0 | 0.28 | 0.41 | 131.54 | 0.21 | 0.49 |
| Hex | 63 | 97 | 6D | 22 | 0 | 1C | 29 | 84 | 15 | 31 |
| Octal | 143 | 227 | 155 | 42 | 0 | 34 | 51 | 204 | 25 | 61 |
| Binary | 1100011 | 10010111 | 1101101 | 100010 | 0 | 11100 | 101001 | 10000100 | 10101 | 110001 |
Color Harmonies of #63976D
Complementary color
Monochromatic Colors of #63976D
Black with #63976D
Text Example
Text Example
White with #63976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63976D; }
p { color: rgb(99,151,109); }
H1.HeaderClassName
{
color: #63976D;
}
.AnyTagClassName
{
color: #63976D;
}
</style>
background-color css
<style>
a { background-color: #63976D; }
a { background-color: rgb(99,151,109); }
div.DivClassName
{
background-color: #63976D;
}
.BgClassName
{
background-color: #63976D;
}
</style>
border-color css
<style>
span { border-color: #63976D; }
span { border-color: rgb(99,151,109); }
td.TdClassName
{
border-color: #63976D;
}
.TagClassName
{
border-color: #63976D;
}
</style>