Shades of Oxley #649672
Tints of Oxley #649672
RGB
CMYK
RGB Variations
Color information
#649672 (or 0x649672) is known color: Oxley. HEX triplet: 64, 96 and 72. RGB value is (100,150,114). Sum of RGB (Red+Green+Blue) = 100+150+114=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #649672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649672 is #9B698D. Grayscale: #838383. Windows color (decimal): -10185102 or 7509604. OLE color: 7509604.
HSL color Cylindrical-coordinate representation of color #649672: hue angle of 136.8º 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 #649672 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 150 | 114 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.41 |
| HSL | 136.8º | 0.2% | 0.49% | - |
| HSV(B) | 136.8º | 0.33% | 0.59% | - |
| XYZ | 19.2 | 25.74 | 19.88 | - |
| YUV | 130.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 150 | 114 | 0.33 | 0 | 0.24 | 0.41 | 136.8 | 0.2 | 0.49 |
| Hex | 64 | 96 | 72 | 21 | 0 | 18 | 29 | 89 | 14 | 31 |
| Octal | 144 | 226 | 162 | 41 | 0 | 30 | 51 | 211 | 24 | 61 |
| Binary | 1100100 | 10010110 | 1110010 | 100001 | 0 | 11000 | 101001 | 10001001 | 10100 | 110001 |
Color Harmonies of #649672
Complementary color
Monochromatic Colors of #649672
Black with #649672
Text Example
Text Example
White with #649672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649672; }
p { color: rgb(100,150,114); }
H1.HeaderClassName
{
color: #649672;
}
.AnyTagClassName
{
color: #649672;
}
</style>
background-color css
<style>
a { background-color: #649672; }
a { background-color: rgb(100,150,114); }
div.DivClassName
{
background-color: #649672;
}
.BgClassName
{
background-color: #649672;
}
</style>
border-color css
<style>
span { border-color: #649672; }
span { border-color: rgb(100,150,114); }
td.TdClassName
{
border-color: #649672;
}
.TagClassName
{
border-color: #649672;
}
</style>