#918575

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

Shades of Schooner #918575

Tints of Schooner #918575

Color information

#918575 (or 0x918575) is unknown color: approx Schooner. HEX triplet: 91, 85 and 75. RGB value is (145,133,117). Sum of RGB (Red+Green+Blue) = 145+133+117=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #918575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918575 is #6E7A8A. Grayscale: #868686. Windows color (decimal): -7240331 or 7701905. OLE color: 7701905.

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

Color convert

RGB145133117-
CMYK00.080.190.43
HSL34.29º11.29%51.37%-
HSV(B)34.29º19.31%56.86%-
XYZ23.2824.0820.25-
YUV134.76117.98135.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=36.71%
G=33.67%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513311700.080.190.4334.2911.2951.37
Hex91857508132B22b33
Octal2212051650102353421363
Binary1001000110000101111010101000100111010111000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918575; }

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

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

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

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

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

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

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

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