#898071

Color #898071 Schooner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schooner #898071

Tints of Schooner #898071

Color information

#898071 (or 0x898071) is unknown color: approx Schooner. HEX triplet: 89, 80 and 71. RGB value is (137,128,113). Sum of RGB (Red+Green+Blue) = 137+128+113=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #898071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898071 is #767F8E. Grayscale: #818181. Windows color (decimal): -7765903 or 7438473. OLE color: 7438473.

HSL color Cylindrical-coordinate representation of color #898071: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #898071 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB137128113-
CMYK00.070.180.46
HSL37.5º9.6%49.02%-
HSV(B)37.5º17.52%53.73%-
XYZ21.0221.9518.75-
YUV128.98118.98133.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 36.24%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=36.24%
G=33.86%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712811300.070.180.4637.59.649.02
Hex89807107122E26a31
Octal211200161072256461261
Binary100010011000000011100010111100101011101001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898071; }

 p { color: rgb(137,128,113); }

 H1.HeaderClassName
 {
   color: #898071;
 }
 .AnyTagClassName
 {
   color: #898071;
 }
</style>
background-color css

<style>
 a { background-color: #898071; }

 a { background-color: rgb(137,128,113); }

 div.DivClassName
 {
   background-color: #898071;
 }
 .BgClassName
 {
   background-color: #898071;
 }
</style>
border-color css

<style>
 span { border-color: #898071; }

 span { border-color: rgb(137,128,113); }

 td.TdClassName
 {
   border-color: #898071;
 }
 .TagClassName
 {
   border-color: #898071;
 }
</style>