#918671

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

Shades of Schooner #918671

Tints of Schooner #918671

Color information

#918671 (or 0x918671) is unknown color: approx Schooner. HEX triplet: 91, 86 and 71. RGB value is (145,134,113). Sum of RGB (Red+Green+Blue) = 145+134+113=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #918671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918671 is #6E798E. Grayscale: #868686. Windows color (decimal): -7240079 or 7440017. OLE color: 7440017.

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

Color convert

RGB145134113-
CMYK00.080.220.43
HSL39.38º12.7%50.59%-
HSV(B)39.38º22.07%56.86%-
XYZ23.1824.2619.08-
YUV134.9115.64135.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.99%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=36.99%
G=34.18%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513411300.080.220.4339.3812.750.59
Hex91867108162B27d33
Octal2212061610102653471563
Binary1001000110000110111000101000101101010111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918671; }

 p { color: rgb(145,134,113); }

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

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

 a { background-color: rgb(145,134,113); }

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

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

 span { border-color: rgb(145,134,113); }

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