#9D9175

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

Shades of Pale Oyster #9D9175

Tints of Pale Oyster #9D9175

Color information

#9D9175 (or 0x9D9175) is unknown color: approx Pale Oyster. HEX triplet: 9D, 91 and 75. RGB value is (157,145,117). Sum of RGB (Red+Green+Blue) = 157+145+117=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9175 is #626E8A. Grayscale: #919191. Windows color (decimal): -6450827 or 7704989. OLE color: 7704989.

HSL color Cylindrical-coordinate representation of color #9D9175: hue angle of 42º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D9175 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB157145117-
CMYK00.080.250.38
HSL42º16.95%53.73%-
HSV(B)42º25.48%61.57%-
XYZ27.2428.720.93-
YUV145.4111.98136.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=37.47%
G=34.61%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714511700.080.250.384216.9553.73
Hex9D91750819262a1136
Octal2352211650103146522166
Binary10011101100100011110101010001100110011010101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D9175; }

 p { color: rgb(157,145,117); }

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

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

 a { background-color: rgb(157,145,117); }

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

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

 span { border-color: rgb(157,145,117); }

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