Html Css Color HEX #9E9174 Pale Oyster

📋 copy color: '#9E9174'

red 158 ◦ green 145 ◦ blue 116

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

Shades of Pale Oyster #9E9174

Tints of Pale Oyster #9E9174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.61%

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 37.71%
G = 34.61%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9E9174 (or 0x9E9174) is known color: Pale Oyster. HEX triplet: 9E, 91 and 74. RGB value is (158,145,116). Sum of RGB (Red+Green+Blue) = 158+145+116=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9174 is #616E8B. Grayscale: #919191. Windows color (decimal): -6385292 or 7639454. OLE color: 7639454.

HSL color Cylindrical-coordinate representation of color #9E9174: hue angle of 41.43º 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 #9E9174 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 145 116 -
CMYK 0 0.08 0.27 0.38
HSL 41.43º 0.18% 0.54% -
HSV(B) 41.43º 0.27% 0.62% -
XYZ 27.38 28.78 20.64 -
YUV 145.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 158 145 116 0 0.08 0.27 0.38 41.43 0.18 0.54
Hex 9E 91 74 0 8 1B 26 29 12 36
Octal 236 221 164 0 10 33 46 51 22 66
Binary 10011110 10010001 1110100 0 1000 11011 100110 101001 10010 110110

Color Harmonies of #9E9174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9174

Black with #9E9174

Text Example


Text Example

White with #9E9174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,145,116); }

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

background-color css

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

 a { background-color: rgb(158,145,116); }

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

border-color css

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

 span { border-color: rgb(158,145,116); }

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