#918981

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

Shades of Schooner #918981

Tints of Schooner #918981

Color information

#918981 (or 0x918981) is unknown color: approx Schooner. HEX triplet: 91, 89 and 81. RGB value is (145,137,129). Sum of RGB (Red+Green+Blue) = 145+137+129=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #918981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918981 is #6E767E. Grayscale: #8A8A8A. Windows color (decimal): -7239295 or 8489361. OLE color: 8489361.

HSL color Cylindrical-coordinate representation of color #918981: hue angle of 30º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #918981 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB145137129-
CMYK00.060.110.43
HSL30º6.78%53.73%-
HSV(B)30º11.03%56.86%-
XYZ24.5925.524.39-
YUV138.48122.65132.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.28%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 129 (50.78% from 255) = 31.39%
R=35.28%
G=33.33%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513712900.060.110.43306.7853.73
Hex91898106B2B1e736
Octal22121120106135336766
Binary1001000110001001100000010110101110101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918981; }

 p { color: rgb(145,137,129); }

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

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

 a { background-color: rgb(145,137,129); }

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

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

 span { border-color: rgb(145,137,129); }

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