#9B9075

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

Shades of Pale Oyster #9B9075

Tints of Pale Oyster #9B9075

Color information

#9B9075 (or 0x9B9075) is unknown color: approx Pale Oyster. HEX triplet: 9B, 90 and 75. RGB value is (155,144,117). Sum of RGB (Red+Green+Blue) = 155+144+117=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9075 is #646F8A. Grayscale: #909090. Windows color (decimal): -6582155 or 7704731. OLE color: 7704731.

HSL color Cylindrical-coordinate representation of color #9B9075: hue angle of 42.63º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B9075 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB155144117-
CMYK00.070.250.39
HSL42.63º15.97%53.33%-
HSV(B)42.63º24.52%60.78%-
XYZ26.728.220.87-
YUV144.21112.64135.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.26%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=37.26%
G=34.62%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514411700.070.250.3942.6315.9753.33
Hex9B90750719272b1035
Octal233220165073147532065
Binary1001101110010000111010101111100110011110101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,144,117); }

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

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

 a { background-color: rgb(155,144,117); }

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

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

 span { border-color: rgb(155,144,117); }

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