Shades of Schooner #898174
Tints of Schooner #898174
RGB
CMYK
RGB Variations
Color information
#898174 (or 0x898174) is known color: Schooner. HEX triplet: 89, 81 and 74. RGB value is (137,129,116). Sum of RGB (Red+Green+Blue) = 137+129+116=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #898174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898174 is #767E8B. Grayscale: #818181. Windows color (decimal): -7765644 or 7635337. OLE color: 7635337.
HSL color Cylindrical-coordinate representation of color #898174: hue angle of 37.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #898174 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 129 | 116 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.46 |
| HSL | 37.14º | 0.08% | 0.5% | - |
| HSV(B) | 37.14º | 0.15% | 0.54% | - |
| XYZ | 21.32 | 22.28 | 19.7 | - |
| YUV | 129.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 116 | 0 | 0.06 | 0.15 | 0.46 | 37.14 | 0.08 | 0.5 |
| Hex | 89 | 81 | 74 | 0 | 6 | F | 2E | 25 | 8 | 32 |
| Octal | 211 | 201 | 164 | 0 | 6 | 17 | 56 | 45 | 10 | 62 |
| Binary | 10001001 | 10000001 | 1110100 | 0 | 110 | 1111 | 101110 | 100101 | 1000 | 110010 |
Color Harmonies of #898174
Complementary color
Monochromatic Colors of #898174
Black with #898174
Text Example
Text Example
White with #898174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898174; }
p { color: rgb(137,129,116); }
H1.HeaderClassName
{
color: #898174;
}
.AnyTagClassName
{
color: #898174;
}
</style>
background-color css
<style>
a { background-color: #898174; }
a { background-color: rgb(137,129,116); }
div.DivClassName
{
background-color: #898174;
}
.BgClassName
{
background-color: #898174;
}
</style>
border-color css
<style>
span { border-color: #898174; }
span { border-color: rgb(137,129,116); }
td.TdClassName
{
border-color: #898174;
}
.TagClassName
{
border-color: #898174;
}
</style>