#91877E

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

Shades of Schooner #91877E

Tints of Schooner #91877E

Color information

#91877E (or 0x91877E) is unknown color: approx Schooner. HEX triplet: 91, 87 and 7E. RGB value is (145,135,126). Sum of RGB (Red+Green+Blue) = 145+135+126=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 145 - color contains mainly: red. Hex color #91877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91877E is #6E7881. Grayscale: #898989. Windows color (decimal): -7239810 or 8292241. OLE color: 8292241.

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

Color convert

RGB145135126-
CMYK00.070.130.43
HSL28.42º7.95%53.14%-
HSV(B)28.42º13.1%56.86%-
XYZ24.1124.8523.27-
YUV136.96121.81133.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.71%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=35.71%
G=33.25%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513512600.070.130.4328.427.9553.14
Hex91877E07D2B1c835
Octal221207176071553341065
Binary1001000110000111111111001111101101011111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91877E; }

 p { color: rgb(145,135,126); }

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

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

 a { background-color: rgb(145,135,126); }

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

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

 span { border-color: rgb(145,135,126); }

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