Html Css Color HEX #9E8B71 Pale Oyster

📋 copy color: '#9E8B71'

red 158 ◦ green 139 ◦ blue 113

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

Shades of Pale Oyster #9E8B71

Tints of Pale Oyster #9E8B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.9%

 BLUE value IS 113 (44.53% from 255) = 27.56%

R = 38.54%
G = 33.9%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E8B71 (or 0x9E8B71) is known color: Pale Oyster. HEX triplet: 9E, 8B and 71. RGB value is (158,139,113). Sum of RGB (Red+Green+Blue) = 158+139+113=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8B71 is #61748E. Grayscale: #8D8D8D. Windows color (decimal): -6386831 or 7441310. OLE color: 7441310.

HSL color Cylindrical-coordinate representation of color #9E8B71: hue angle of 34.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E8B71 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 139 113 -
CMYK 0 0.12 0.28 0.38
HSL 34.67º 0.19% 0.53% -
HSV(B) 34.67º 0.28% 0.62% -
XYZ 26.31 26.93 19.43 -
YUV 141.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 158 139 113 0 0.12 0.28 0.38 34.67 0.19 0.53
Hex 9E 8B 71 0 C 1C 26 23 13 35
Octal 236 213 161 0 14 34 46 43 23 65
Binary 10011110 10001011 1110001 0 1100 11100 100110 100011 10011 110101

Color Harmonies of #9E8B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8B71

Black with #9E8B71

Text Example


Text Example

White with #9E8B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,139,113); }

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

background-color css

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

 a { background-color: rgb(158,139,113); }

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

border-color css

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

 span { border-color: rgb(158,139,113); }

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