#918474

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

Shades of Schooner #918474

Tints of Schooner #918474

Color information

#918474 (or 0x918474) is unknown color: approx Schooner. HEX triplet: 91, 84 and 74. RGB value is (145,132,116). Sum of RGB (Red+Green+Blue) = 145+132+116=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #918474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918474 is #6E7B8B. Grayscale: #868686. Windows color (decimal): -7240588 or 7636113. OLE color: 7636113.

HSL color Cylindrical-coordinate representation of color #918474: hue angle of 33.1º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #918474 is Cyan = 0, Magento = 0.09, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB145132116-
CMYK00.090.20.43
HSL33.1º11.65%51.18%-
HSV(B)33.1º20%56.86%-
XYZ23.0823.7819.9-
YUV134.06117.81135.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=36.90%
G=33.59%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513211600.090.20.4333.111.6551.18
Hex91847409142B21c33
Octal2212041640112453411463
Binary1001000110000100111010001001101001010111000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918474; }

 p { color: rgb(145,132,116); }

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

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

 a { background-color: rgb(145,132,116); }

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

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

 span { border-color: rgb(145,132,116); }

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