#958875

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

Shades of Schooner #958875

Tints of Schooner #958875

Color information

#958875 (or 0x958875) is unknown color: approx Schooner. HEX triplet: 95, 88 and 75. RGB value is (149,136,117). Sum of RGB (Red+Green+Blue) = 149+136+117=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #958875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958875 is #6A778A. Grayscale: #898989. Windows color (decimal): -6977419 or 7702677. OLE color: 7702677.

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

Color convert

RGB149136117-
CMYK00.090.210.42
HSL35.63º13.11%52.16%-
HSV(B)35.63º21.48%58.43%-
XYZ24.4125.2820.42-
YUV137.72116.31136.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 136 (53.52% from 255) = 33.83%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=37.06%
G=33.83%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913611700.090.210.4235.6313.1152.16
Hex95887509152A24d34
Octal2252101650112552441564
Binary1001010110001000111010101001101011010101001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958875; }

 p { color: rgb(149,136,117); }

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

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

 a { background-color: rgb(149,136,117); }

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

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

 span { border-color: rgb(149,136,117); }

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