#908881

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

Shades of Schooner #908881

Tints of Schooner #908881

Color information

#908881 (or 0x908881) is unknown color: approx Schooner. HEX triplet: 90, 88 and 81. RGB value is (144,136,129). Sum of RGB (Red+Green+Blue) = 144+136+129=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #908881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908881 is #6F777E. Grayscale: #898989. Windows color (decimal): -7305087 or 8489104. OLE color: 8489104.

HSL color Cylindrical-coordinate representation of color #908881: hue angle of 28º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908881 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB144136129-
CMYK00.060.100.44
HSL28º6.33%53.53%-
HSV(B)28º10.42%56.47%-
XYZ24.2725.1224.34-
YUV137.59123.15132.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=35.21%
G=33.25%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413612900.060.100.44286.3353.53
Hex90888106A2C1c636
Octal22021020106125434666
Binary1001000010001000100000010110101010110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908881; }

 p { color: rgb(144,136,129); }

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

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

 a { background-color: rgb(144,136,129); }

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

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

 span { border-color: rgb(144,136,129); }

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