#958669

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

Shades of Pale Oyster #958669

Tints of Pale Oyster #958669

Color information

#958669 (or 0x958669) is unknown color: approx Pale Oyster. HEX triplet: 95, 86 and 69. RGB value is (149,134,105). Sum of RGB (Red+Green+Blue) = 149+134+105=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #958669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958669 is #6A7996. Grayscale: #878787. Windows color (decimal): -6977943 or 6915733. OLE color: 6915733.

HSL color Cylindrical-coordinate representation of color #958669: hue angle of 39.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958669 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB149134105-
CMYK00.100.300.42
HSL39.55º17.32%49.8%-
HSV(B)39.55º29.53%58.43%-
XYZ23.4724.4616.85-
YUV135.18110.97137.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=38.40%
G=34.54%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913410500.100.300.4239.5517.3249.8
Hex9586690A1E2A281132
Octal2252061510123652502162
Binary10010101100001101101001010101111010101010100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958669; }

 p { color: rgb(149,134,105); }

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

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

 a { background-color: rgb(149,134,105); }

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

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

 span { border-color: rgb(149,134,105); }

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