Html Css Color HEX #9E8B73 Pale Oyster

📋 copy color: '#9E8B73'

red 158 ◦ green 139 ◦ blue 115

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

Shades of Pale Oyster #9E8B73

Tints of Pale Oyster #9E8B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.91%

R = 38.35%
G = 33.74%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9E8B73 (or 0x9E8B73) is known color: Pale Oyster. HEX triplet: 9E, 8B and 73. RGB value is (158,139,115). Sum of RGB (Red+Green+Blue) = 158+139+115=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8B73 is #61748C. Grayscale: #8E8E8E. Windows color (decimal): -6386829 or 7572382. OLE color: 7572382.

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

Color convert

RGB 158 139 115 -
CMYK 0 0.12 0.27 0.38
HSL 33.49º 0.18% 0.54% -
HSV(B) 33.49º 0.27% 0.62% -
XYZ 26.43 26.97 20.03 -
YUV 141.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 158 139 115 0 0.12 0.27 0.38 33.49 0.18 0.54
Hex 9E 8B 73 0 C 1B 26 21 12 36
Octal 236 213 163 0 14 33 46 41 22 66
Binary 10011110 10001011 1110011 0 1100 11011 100110 100001 10010 110110

Color Harmonies of #9E8B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8B73

Black with #9E8B73

Text Example


Text Example

White with #9E8B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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