#958975

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

Shades of Pale Oyster #958975

Tints of Pale Oyster #958975

Color information

#958975 (or 0x958975) is unknown color: approx Pale Oyster. HEX triplet: 95, 89 and 75. RGB value is (149,137,117). Sum of RGB (Red+Green+Blue) = 149+137+117=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #958975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958975 is #6A768A. Grayscale: #8A8A8A. Windows color (decimal): -6977163 or 7702933. OLE color: 7702933.

HSL color Cylindrical-coordinate representation of color #958975: hue angle of 37.5º 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 #958975 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB149137117-
CMYK00.080.210.42
HSL37.5º13.11%52.16%-
HSV(B)37.5º21.48%58.43%-
XYZ24.5525.5720.47-
YUV138.31115.98135.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 137 (53.91% from 255) = 34.00%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=36.97%
G=34.00%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913711700.080.210.4237.513.1152.16
Hex95897508152A26d34
Octal2252111650102552461564
Binary1001010110001001111010101000101011010101001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958975; }

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

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

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

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

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

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

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

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