#918476

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

Shades of Schooner #918476

Tints of Schooner #918476

Color information

#918476 (or 0x918476) is unknown color: approx Schooner. HEX triplet: 91, 84 and 76. RGB value is (145,132,118). Sum of RGB (Red+Green+Blue) = 145+132+118=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #918476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918476 is #6E7B89. Grayscale: #868686. Windows color (decimal): -7240586 or 7767185. OLE color: 7767185.

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

Color convert

RGB145132118-
CMYK00.090.190.43
HSL31.11º10.93%51.57%-
HSV(B)31.11º18.62%56.86%-
XYZ23.223.8320.52-
YUV134.29118.81135.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=36.71%
G=33.42%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513211800.090.190.4331.1110.9351.57
Hex91847609132B1fb34
Octal2212041660112353371364
Binary100100011000010011101100100110011101011111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918476; }

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

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

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

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

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

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

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

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