#9D8B61

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

Shades of Pale Oyster #9D8B61

Tints of Pale Oyster #9D8B61

Color information

#9D8B61 (or 0x9D8B61) is unknown color: approx Pale Oyster. HEX triplet: 9D, 8B and 61. RGB value is (157,139,97). Sum of RGB (Red+Green+Blue) = 157+139+97=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8B61 is #62749E. Grayscale: #8B8B8B. Windows color (decimal): -6452383 or 6392733. OLE color: 6392733.

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

Color convert

RGB15713997-
CMYK00.110.380.38
HSL42º23.62%49.8%-
HSV(B)42º38.22%61.57%-
XYZ25.2926.515.09-
YUV139.59103.96140.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=39.95%
G=35.37%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571399700.110.380.384223.6249.8
Hex9D8B610B26262a1832
Octal2352131410134646523062
Binary100111011000101111000010101110011010011010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,139,97); }

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

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

 a { background-color: rgb(157,139,97); }

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

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

 span { border-color: rgb(157,139,97); }

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