#908982

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

Shades of Schooner #908982

Tints of Schooner #908982

Color information

#908982 (or 0x908982) is unknown color: approx Schooner. HEX triplet: 90, 89 and 82. RGB value is (144,137,130). Sum of RGB (Red+Green+Blue) = 144+137+130=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 144 - color contains mainly: red. Hex color #908982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908982 is #6F767D. Grayscale: #8A8A8A. Windows color (decimal): -7304830 or 8554896. OLE color: 8554896.

HSL color Cylindrical-coordinate representation of color #908982: hue angle of 30º 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 #908982 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB144137130-
CMYK00.050.100.44
HSL30º5.93%53.73%-
HSV(B)30º9.72%56.47%-
XYZ24.4825.4324.74-
YUV138.29123.32132.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.04%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=35.04%
G=33.33%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413713000.050.100.44305.9353.73
Hex90898205A2C1e636
Octal22021120205125436666
Binary1001000010001001100000100101101010110011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908982; }

 p { color: rgb(144,137,130); }

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

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

 a { background-color: rgb(144,137,130); }

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

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

 span { border-color: rgb(144,137,130); }

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