#9B8F72

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

Shades of Pale Oyster #9B8F72

Tints of Pale Oyster #9B8F72

Color information

#9B8F72 (or 0x9B8F72) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8F and 72. RGB value is (155,143,114). Sum of RGB (Red+Green+Blue) = 155+143+114=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8F72 is #64708D. Grayscale: #8F8F8F. Windows color (decimal): -6582414 or 7507867. OLE color: 7507867.

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

Color convert

RGB155143114-
CMYK00.080.260.39
HSL42.44º17.01%52.75%-
HSV(B)42.44º26.45%60.78%-
XYZ26.3827.8319.9-
YUV143.28111.48136.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.62%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 114 (44.92% from 255) = 27.67%
R=37.62%
G=34.71%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514311400.080.260.3942.4417.0152.75
Hex9B8F72081A272a1135
Octal2332171620103247522165
Binary10011011100011111110010010001101010011110101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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