#918374

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

Shades of Schooner #918374

Tints of Schooner #918374

Color information

#918374 (or 0x918374) is unknown color: approx Schooner. HEX triplet: 91, 83 and 74. RGB value is (145,131,116). Sum of RGB (Red+Green+Blue) = 145+131+116=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #918374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918374 is #6E7C8B. Grayscale: #858585. Windows color (decimal): -7240844 or 7635857. OLE color: 7635857.

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

Color convert

RGB145131116-
CMYK00.100.20.43
HSL31.03º11.65%51.18%-
HSV(B)31.03º20%56.86%-
XYZ22.9523.5119.85-
YUV133.48118.14136.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.99%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=36.99%
G=33.42%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513111600.100.20.4331.0311.6551.18
Hex9183740A142B1fc33
Octal2212031640122453371463
Binary100100011000001111101000101010100101011111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918374; }

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

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

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

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

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

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

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

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