#958769

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

Shades of Pale Oyster #958769

Tints of Pale Oyster #958769

Color information

#958769 (or 0x958769) is unknown color: approx Pale Oyster. HEX triplet: 95, 87 and 69. RGB value is (149,135,105). Sum of RGB (Red+Green+Blue) = 149+135+105=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #958769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958769 is #6A7896. Grayscale: #878787. Windows color (decimal): -6977687 or 6915989. OLE color: 6915989.

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

Color convert

RGB149135105-
CMYK00.090.300.42
HSL40.91º17.32%49.8%-
HSV(B)40.91º29.53%58.43%-
XYZ23.6124.7416.9-
YUV135.77110.64137.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=38.30%
G=34.70%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913510500.090.300.4240.9117.3249.8
Hex958769091E2A291132
Octal2252071510113652512162
Binary10010101100001111101001010011111010101010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958769; }

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

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

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

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

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

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

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

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