Html Css Color HEX #9E8D79 Pale Oyster

📋 copy color: '#9E8D79'

red 158 ◦ green 141 ◦ blue 121

#9E8D79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Oyster #9E8D79

Tints of Pale Oyster #9E8D79

RGB

 RED value IS 158 (62.11% from 255) = 37.62%

 GREEN value IS 141 (55.47% from 255) = 33.57%

 BLUE value IS 121 (47.66% from 255) = 28.81%

R = 37.62%
G = 33.57%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E8D79 (or 0x9E8D79) is known color: Pale Oyster. HEX triplet: 9E, 8D and 79. RGB value is (158,141,121). Sum of RGB (Red+Green+Blue) = 158+141+121=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8D79 is #617286. Grayscale: #8F8F8F. Windows color (decimal): -6386311 or 7966110. OLE color: 7966110.

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

Color convert

RGB 158 141 121 -
CMYK 0 0.11 0.23 0.38
HSL 32.43º 0.16% 0.55% -
HSV(B) 32.43º 0.23% 0.62% -
XYZ 27.08 27.7 22.01 -
YUV 143.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 158 141 121 0 0.11 0.23 0.38 32.43 0.16 0.55
Hex 9E 8D 79 0 B 17 26 20 10 37
Octal 236 215 171 0 13 27 46 40 20 67
Binary 10011110 10001101 1111001 0 1011 10111 100110 100000 10000 110111

Color Harmonies of #9E8D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8D79

Black with #9E8D79

Text Example


Text Example

White with #9E8D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,141,121); }

 H1.HeaderClassName
 {
   color: #9E8D79;
 }
 .AnyTagClassName
 {
   color: #9E8D79;
 }
</style>

background-color css

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

 a { background-color: rgb(158,141,121); }

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

border-color css

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

 span { border-color: rgb(158,141,121); }

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