#908374

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

Shades of Schooner #908374

Tints of Schooner #908374

Color information

#908374 (or 0x908374) is unknown color: approx Schooner. HEX triplet: 90, 83 and 74. RGB value is (144,131,116). Sum of RGB (Red+Green+Blue) = 144+131+116=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #908374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908374 is #6F7C8B. Grayscale: #858585. Windows color (decimal): -7306380 or 7635856. OLE color: 7635856.

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

Color convert

RGB144131116-
CMYK00.090.190.44
HSL32.14º11.2%50.98%-
HSV(B)32.14º19.44%56.47%-
XYZ22.7723.4219.84-
YUV133.18118.31135.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=36.83%
G=33.50%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413111600.090.190.4432.1411.250.98
Hex90837409132C20b33
Octal2202031640112354401363
Binary1001000010000011111010001001100111011001000001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908374; }

 p { color: rgb(144,131,116); }

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

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

 a { background-color: rgb(144,131,116); }

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

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

 span { border-color: rgb(144,131,116); }

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