#958773

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

Shades of Schooner #958773

Tints of Schooner #958773

Color information

#958773 (or 0x958773) is unknown color: approx Schooner. HEX triplet: 95, 87 and 73. RGB value is (149,135,115). Sum of RGB (Red+Green+Blue) = 149+135+115=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #958773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958773 is #6A788C. Grayscale: #898989. Windows color (decimal): -6977677 or 7571349. OLE color: 7571349.

HSL color Cylindrical-coordinate representation of color #958773: hue angle of 35.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #958773 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB149135115-
CMYK00.090.230.42
HSL35.29º13.82%51.76%-
HSV(B)35.29º22.82%58.43%-
XYZ24.1524.9619.76-
YUV136.91115.64136.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=37.34%
G=33.83%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913511500.090.230.4235.2913.8251.76
Hex95877309172A23e34
Octal2252071630112752431664
Binary1001010110000111111001101001101111010101000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958773; }

 p { color: rgb(149,135,115); }

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

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

 a { background-color: rgb(149,135,115); }

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

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

 span { border-color: rgb(149,135,115); }

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