#908479

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

Shades of Schooner #908479

Tints of Schooner #908479

Color information

#908479 (or 0x908479) is unknown color: approx Schooner. HEX triplet: 90, 84 and 79. RGB value is (144,132,121). Sum of RGB (Red+Green+Blue) = 144+132+121=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #908479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908479 is #6F7B86. Grayscale: #868686. Windows color (decimal): -7306119 or 7963792. OLE color: 7963792.

HSL color Cylindrical-coordinate representation of color #908479: hue angle of 28.7º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #908479 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB144132121-
CMYK00.080.160.44
HSL28.7º9.39%51.96%-
HSV(B)28.7º15.97%56.47%-
XYZ23.223.8121.46-
YUV134.33120.48134.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.27%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=36.27%
G=33.25%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413212100.080.160.4428.79.3951.96
Hex90847908102C1d934
Octal2202041710102054351164
Binary100100001000010011110010100010000101100111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908479; }

 p { color: rgb(144,132,121); }

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

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

 a { background-color: rgb(144,132,121); }

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

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

 span { border-color: rgb(144,132,121); }

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