Html Css Color HEX #9D9174 Pale Oyster

📋 copy color: '#9D9174'

red 157 ◦ green 145 ◦ blue 116

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

Shades of Pale Oyster #9D9174

Tints of Pale Oyster #9D9174

RGB

 RED value IS 157 (61.72% from 255) = 37.56%

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

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

R = 37.56%
G = 34.69%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9D9174 (or 0x9D9174) is known color: Pale Oyster. HEX triplet: 9D, 91 and 74. RGB value is (157,145,116). Sum of RGB (Red+Green+Blue) = 157+145+116=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9174 is #626E8B. Grayscale: #919191. Windows color (decimal): -6450828 or 7639453. OLE color: 7639453.

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

Color convert

RGB 157 145 116 -
CMYK 0 0.08 0.26 0.38
HSL 42.44º 0.17% 0.54% -
HSV(B) 42.44º 0.26% 0.62% -
XYZ 27.18 28.68 20.63 -
YUV 145.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 157 145 116 0 0.08 0.26 0.38 42.44 0.17 0.54
Hex 9D 91 74 0 8 1A 26 2A 11 36
Octal 235 221 164 0 10 32 46 52 21 66
Binary 10011101 10010001 1110100 0 1000 11010 100110 101010 10001 110110

Color Harmonies of #9D9174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9174

Black with #9D9174

Text Example


Text Example

White with #9D9174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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