#9B8F6F

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

Shades of Pale Oyster #9B8F6F

Tints of Pale Oyster #9B8F6F

Color information

#9B8F6F (or 0x9B8F6F) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8F and 6F. RGB value is (155,143,111). Sum of RGB (Red+Green+Blue) = 155+143+111=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8F6F is #647090. Grayscale: #8F8F8F. Windows color (decimal): -6582417 or 7311259. OLE color: 7311259.

HSL color Cylindrical-coordinate representation of color #9B8F6F: hue angle of 43.64º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B8F6F is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB155143111-
CMYK00.080.280.39
HSL43.64º18.03%52.16%-
HSV(B)43.64º28.39%60.78%-
XYZ26.2127.7619.02-
YUV142.94109.98136.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=37.90%
G=34.96%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514311100.080.280.3943.6418.0352.16
Hex9B8F6F081C272c1234
Octal2332171570103447542264
Binary10011011100011111101111010001110010011110110010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,143,111); }

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

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

 a { background-color: rgb(155,143,111); }

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

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

 span { border-color: rgb(155,143,111); }

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