#897F6F

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

Shades of Schooner #897F6F

Tints of Schooner #897F6F

Color information

#897F6F (or 0x897F6F) is unknown color: approx Schooner. HEX triplet: 89, 7F and 6F. RGB value is (137,127,111). Sum of RGB (Red+Green+Blue) = 137+127+111=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #897F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F6F is #768090. Grayscale: #808080. Windows color (decimal): -7766161 or 7307145. OLE color: 7307145.

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

Color convert

RGB137127111-
CMYK00.070.190.46
HSL36.92º10.48%48.63%-
HSV(B)36.92º18.98%53.73%-
XYZ20.7821.6418.12-
YUV128.17118.31134.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.53%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=36.53%
G=33.87%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712711100.070.190.4636.9210.4848.63
Hex897F6F07132E25a31
Octal211177157072356451261
Binary10001001111111111011110111100111011101001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897F6F; }

 p { color: rgb(137,127,111); }

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

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

 a { background-color: rgb(137,127,111); }

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

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

 span { border-color: rgb(137,127,111); }

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