Shades of Schooner #908771
Tints of Schooner #908771
RGB
CMYK
RGB Variations
Color information
#908771 (or 0x908771) is known color: Schooner. HEX triplet: 90, 87 and 71. RGB value is (144,135,113). Sum of RGB (Red+Green+Blue) = 144+135+113=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #908771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908771 is #6F788E. Grayscale: #878787. Windows color (decimal): -7305359 or 7440272. OLE color: 7440272.
HSL color Cylindrical-coordinate representation of color #908771: hue angle of 42.58º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #908771 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 113 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.44 |
| HSL | 42.58º | 0.12% | 0.5% | - |
| HSV(B) | 42.58º | 0.22% | 0.56% | - |
| XYZ | 23.15 | 24.45 | 19.12 | - |
| YUV | 135.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 113 | 0 | 0.06 | 0.22 | 0.44 | 42.58 | 0.12 | 0.5 |
| Hex | 90 | 87 | 71 | 0 | 6 | 16 | 2C | 2B | C | 32 |
| Octal | 220 | 207 | 161 | 0 | 6 | 26 | 54 | 53 | 14 | 62 |
| Binary | 10010000 | 10000111 | 1110001 | 0 | 110 | 10110 | 101100 | 101011 | 1100 | 110010 |
Color Harmonies of #908771
Complementary color
Monochromatic Colors of #908771
Black with #908771
Text Example
Text Example
White with #908771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908771; }
p { color: rgb(144,135,113); }
H1.HeaderClassName
{
color: #908771;
}
.AnyTagClassName
{
color: #908771;
}
</style>
background-color css
<style>
a { background-color: #908771; }
a { background-color: rgb(144,135,113); }
div.DivClassName
{
background-color: #908771;
}
.BgClassName
{
background-color: #908771;
}
</style>
border-color css
<style>
span { border-color: #908771; }
span { border-color: rgb(144,135,113); }
td.TdClassName
{
border-color: #908771;
}
.TagClassName
{
border-color: #908771;
}
</style>