#9B9079

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

Shades of Pale Oyster #9B9079

Tints of Pale Oyster #9B9079

Color information

#9B9079 (or 0x9B9079) is unknown color: approx Pale Oyster. HEX triplet: 9B, 90 and 79. RGB value is (155,144,121). Sum of RGB (Red+Green+Blue) = 155+144+121=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9079 is #646F86. Grayscale: #909090. Windows color (decimal): -6582151 or 7966875. OLE color: 7966875.

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

Color convert

RGB155144121-
CMYK00.070.220.39
HSL40.59º14.53%54.12%-
HSV(B)40.59º21.94%60.78%-
XYZ26.9428.322.13-
YUV144.67114.64135.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.90%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 121 (47.66% from 255) = 28.81%
R=36.90%
G=34.29%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514412100.070.220.3940.5914.5354.12
Hex9B907907162729f36
Octal233220171072647511766
Binary100110111001000011110010111101101001111010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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