Shades of Oxley #649673
Tints of Oxley #649673
RGB
CMYK
RGB Variations
Color information
#649673 (or 0x649673) is known color: Oxley. HEX triplet: 64, 96 and 73. RGB value is (100,150,115). Sum of RGB (Red+Green+Blue) = 100+150+115=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #649673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649673 is #9B698C. Grayscale: #838383. Windows color (decimal): -10185101 or 7575140. OLE color: 7575140.
HSL color Cylindrical-coordinate representation of color #649673: hue angle of 138º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649673 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 150 | 115 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.41 |
| HSL | 138º | 0.2% | 0.49% | - |
| HSV(B) | 138º | 0.33% | 0.59% | - |
| XYZ | 19.26 | 25.76 | 20.18 | - |
| YUV | 131.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 150 | 115 | 0.33 | 0 | 0.23 | 0.41 | 138 | 0.2 | 0.49 |
| Hex | 64 | 96 | 73 | 21 | 0 | 17 | 29 | 8A | 14 | 31 |
| Octal | 144 | 226 | 163 | 41 | 0 | 27 | 51 | 212 | 24 | 61 |
| Binary | 1100100 | 10010110 | 1110011 | 100001 | 0 | 10111 | 101001 | 10001010 | 10100 | 110001 |
Color Harmonies of #649673
Complementary color
Monochromatic Colors of #649673
Black with #649673
Text Example
Text Example
White with #649673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649673; }
p { color: rgb(100,150,115); }
H1.HeaderClassName
{
color: #649673;
}
.AnyTagClassName
{
color: #649673;
}
</style>
background-color css
<style>
a { background-color: #649673; }
a { background-color: rgb(100,150,115); }
div.DivClassName
{
background-color: #649673;
}
.BgClassName
{
background-color: #649673;
}
</style>
border-color css
<style>
span { border-color: #649673; }
span { border-color: rgb(100,150,115); }
td.TdClassName
{
border-color: #649673;
}
.TagClassName
{
border-color: #649673;
}
</style>