Shades of Schooner #908475
Tints of Schooner #908475
RGB
CMYK
RGB Variations
Color information
#908475 (or 0x908475) is known color: Schooner. HEX triplet: 90, 84 and 75. RGB value is (144,132,117). Sum of RGB (Red+Green+Blue) = 144+132+117=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 144 - color contains mainly: red. Hex color #908475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908475 is #6F7B8A. Grayscale: #858585. Windows color (decimal): -7306123 or 7701648. OLE color: 7701648.
HSL color Cylindrical-coordinate representation of color #908475: hue angle of 33.33º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #908475 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 117 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.44 |
| HSL | 33.33º | 0.11% | 0.51% | - |
| HSV(B) | 33.33º | 0.19% | 0.56% | - |
| XYZ | 22.96 | 23.72 | 20.2 | - |
| YUV | 133.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 117 | 0 | 0.08 | 0.19 | 0.44 | 33.33 | 0.11 | 0.51 |
| Hex | 90 | 84 | 75 | 0 | 8 | 13 | 2C | 21 | B | 33 |
| Octal | 220 | 204 | 165 | 0 | 10 | 23 | 54 | 41 | 13 | 63 |
| Binary | 10010000 | 10000100 | 1110101 | 0 | 1000 | 10011 | 101100 | 100001 | 1011 | 110011 |
Color Harmonies of #908475
Complementary color
Monochromatic Colors of #908475
Black with #908475
Text Example
Text Example
White with #908475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908475; }
p { color: rgb(144,132,117); }
H1.HeaderClassName
{
color: #908475;
}
.AnyTagClassName
{
color: #908475;
}
</style>
background-color css
<style>
a { background-color: #908475; }
a { background-color: rgb(144,132,117); }
div.DivClassName
{
background-color: #908475;
}
.BgClassName
{
background-color: #908475;
}
</style>
border-color css
<style>
span { border-color: #908475; }
span { border-color: rgb(144,132,117); }
td.TdClassName
{
border-color: #908475;
}
.TagClassName
{
border-color: #908475;
}
</style>