Html Css Color HEX #9D9175 Pale Oyster

📋 copy color: '#9D9175'

red 157 ◦ green 145 ◦ blue 117

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

Shades of Pale Oyster #9D9175

Tints of Pale Oyster #9D9175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 37.47%
G = 34.61%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D9175 (or 0x9D9175) is known color: Pale Oyster. HEX triplet: 9D, 91 and 75. RGB value is (157,145,117). Sum of RGB (Red+Green+Blue) = 157+145+117=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9175 is #626E8A. Grayscale: #919191. Windows color (decimal): -6450827 or 7704989. OLE color: 7704989.

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

Color convert

RGB 157 145 117 -
CMYK 0 0.08 0.25 0.38
HSL 42º 0.17% 0.54% -
HSV(B) 42º 0.25% 0.62% -
XYZ 27.24 28.7 20.93 -
YUV 145.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 157 145 117 0 0.08 0.25 0.38 42 0.17 0.54
Hex 9D 91 75 0 8 19 26 2A 11 36
Octal 235 221 165 0 10 31 46 52 21 66
Binary 10011101 10010001 1110101 0 1000 11001 100110 101010 10001 110110

Color Harmonies of #9D9175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9175

Black with #9D9175

Text Example


Text Example

White with #9D9175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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