Html Css Color HEX #9D8C75 Pale Oyster

📋 copy color: '#9D8C75'

red 157 ◦ green 140 ◦ blue 117

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

Shades of Pale Oyster #9D8C75

Tints of Pale Oyster #9D8C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.82%

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

R = 37.92%
G = 33.82%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D8C75 (or 0x9D8C75) is known color: Pale Oyster. HEX triplet: 9D, 8C and 75. RGB value is (157,140,117). Sum of RGB (Red+Green+Blue) = 157+140+117=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8C75 is #62738A. Grayscale: #8E8E8E. Windows color (decimal): -6452107 or 7703709. OLE color: 7703709.

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

Color convert

RGB 157 140 117 -
CMYK 0 0.11 0.25 0.38
HSL 34.5º 0.17% 0.54% -
HSV(B) 34.5º 0.25% 0.62% -
XYZ 26.49 27.21 20.69 -
YUV 142.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 157 140 117 0 0.11 0.25 0.38 34.5 0.17 0.54
Hex 9D 8C 75 0 B 19 26 22 11 36
Octal 235 214 165 0 13 31 46 42 21 66
Binary 10011101 10001100 1110101 0 1011 11001 100110 100010 10001 110110

Color Harmonies of #9D8C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8C75

Black with #9D8C75

Text Example


Text Example

White with #9D8C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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