#918574

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

Shades of Schooner #918574

Tints of Schooner #918574

Color information

#918574 (or 0x918574) is unknown color: approx Schooner. HEX triplet: 91, 85 and 74. RGB value is (145,133,116). Sum of RGB (Red+Green+Blue) = 145+133+116=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 145 - color contains mainly: red. Hex color #918574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918574 is #6E7A8B. Grayscale: #868686. Windows color (decimal): -7240332 or 7636369. OLE color: 7636369.

HSL color Cylindrical-coordinate representation of color #918574: hue angle of 35.17º 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 #918574 is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB145133116-
CMYK00.080.20.43
HSL35.17º11.65%51.18%-
HSV(B)35.17º20%56.86%-
XYZ23.2224.0619.94-
YUV134.65117.48135.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.80%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 116 (45.70% from 255) = 29.44%
R=36.80%
G=33.76%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513311600.080.20.4335.1711.6551.18
Hex91857408142B23c33
Octal2212051640102453431463
Binary1001000110000101111010001000101001010111000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918574; }

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

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

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

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

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

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

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

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