Shades of Schooner #908573
Tints of Schooner #908573
RGB
CMYK
RGB Variations
Color information
#908573 (or 0x908573) is known color: Schooner. HEX triplet: 90, 85 and 73. RGB value is (144,133,115). Sum of RGB (Red+Green+Blue) = 144+133+115=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #908573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908573 is #6F7A8C. Grayscale: #868686. Windows color (decimal): -7305869 or 7570832. OLE color: 7570832.
HSL color Cylindrical-coordinate representation of color #908573: hue angle of 37.24º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #908573 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 115 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.44 |
| HSL | 37.24º | 0.12% | 0.51% | - |
| HSV(B) | 37.24º | 0.2% | 0.56% | - |
| XYZ | 22.98 | 23.94 | 19.63 | - |
| YUV | 134.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 115 | 0 | 0.08 | 0.20 | 0.44 | 37.24 | 0.12 | 0.51 |
| Hex | 90 | 85 | 73 | 0 | 8 | 14 | 2C | 25 | C | 33 |
| Octal | 220 | 205 | 163 | 0 | 10 | 24 | 54 | 45 | 14 | 63 |
| Binary | 10010000 | 10000101 | 1110011 | 0 | 1000 | 10100 | 101100 | 100101 | 1100 | 110011 |
Color Harmonies of #908573
Complementary color
Monochromatic Colors of #908573
Black with #908573
Text Example
Text Example
White with #908573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908573; }
p { color: rgb(144,133,115); }
H1.HeaderClassName
{
color: #908573;
}
.AnyTagClassName
{
color: #908573;
}
</style>
background-color css
<style>
a { background-color: #908573; }
a { background-color: rgb(144,133,115); }
div.DivClassName
{
background-color: #908573;
}
.BgClassName
{
background-color: #908573;
}
</style>
border-color css
<style>
span { border-color: #908573; }
span { border-color: rgb(144,133,115); }
td.TdClassName
{
border-color: #908573;
}
.TagClassName
{
border-color: #908573;
}
</style>