Shades of Oxley #638F6F
Tints of Oxley #638F6F
RGB
CMYK
RGB Variations
Color information
#638F6F (or 0x638F6F) is known color: Oxley. HEX triplet: 63, 8F and 6F. RGB value is (99,143,111). Sum of RGB (Red+Green+Blue) = 99+143+111=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 143 - color contains mainly: green. Hex color #638F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638F6F is #9C7090. Grayscale: #7E7E7E. Windows color (decimal): -10252433 or 7311203. OLE color: 7311203.
HSL color Cylindrical-coordinate representation of color #638F6F: hue angle of 136.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #638F6F is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 143 | 111 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.44 |
| HSL | 136.36º | 0.18% | 0.47% | - |
| HSV(B) | 136.36º | 0.31% | 0.56% | - |
| XYZ | 17.84 | 23.45 | 18.62 | - |
| YUV | 126.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 111 | 0.31 | 0 | 0.22 | 0.44 | 136.36 | 0.18 | 0.47 |
| Hex | 63 | 8F | 6F | 1F | 0 | 16 | 2C | 88 | 12 | 2F |
| Octal | 143 | 217 | 157 | 37 | 0 | 26 | 54 | 210 | 22 | 57 |
| Binary | 1100011 | 10001111 | 1101111 | 11111 | 0 | 10110 | 101100 | 10001000 | 10010 | 101111 |
Color Harmonies of #638F6F
Complementary color
Monochromatic Colors of #638F6F
Black with #638F6F
Text Example
Text Example
White with #638F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638F6F; }
p { color: rgb(99,143,111); }
H1.HeaderClassName
{
color: #638F6F;
}
.AnyTagClassName
{
color: #638F6F;
}
</style>
background-color css
<style>
a { background-color: #638F6F; }
a { background-color: rgb(99,143,111); }
div.DivClassName
{
background-color: #638F6F;
}
.BgClassName
{
background-color: #638F6F;
}
</style>
border-color css
<style>
span { border-color: #638F6F; }
span { border-color: rgb(99,143,111); }
td.TdClassName
{
border-color: #638F6F;
}
.TagClassName
{
border-color: #638F6F;
}
</style>