#9D8A62

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

Shades of Pale Oyster #9D8A62

Tints of Pale Oyster #9D8A62

Color information

#9D8A62 (or 0x9D8A62) is unknown color: approx Pale Oyster. HEX triplet: 9D, 8A and 62. RGB value is (157,138,98). Sum of RGB (Red+Green+Blue) = 157+138+98=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8A62 is #62759D. Grayscale: #8B8B8B. Windows color (decimal): -6452638 or 6458013. OLE color: 6458013.

HSL color Cylindrical-coordinate representation of color #9D8A62: hue angle of 40.68º degrees, saturation: 0.23, 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 #9D8A62 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB15713898-
CMYK00.120.380.38
HSL40.68º23.14%50%-
HSV(B)40.68º37.58%61.57%-
XYZ25.226.2315.29-
YUV139.12104.79140.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 98 (38.67% from 255) = 24.94%
R=39.95%
G=35.11%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571389800.120.380.3840.6823.1450
Hex9D8A620C2626291732
Octal2352121420144646512762
Binary100111011000101011000100110010011010011010100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,138,98); }

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

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

 a { background-color: rgb(157,138,98); }

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

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

 span { border-color: rgb(157,138,98); }

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