Html Css Color HEX #9D8B75 Pale Oyster

📋 copy color: '#9D8B75'

red 157 ◦ green 139 ◦ blue 117

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

Shades of Pale Oyster #9D8B75

Tints of Pale Oyster #9D8B75

RGB

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

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

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

R = 38.01%
G = 33.66%
B = 28.33%

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

#9D8B75 (or 0x9D8B75) is known color: Pale Oyster. HEX triplet: 9D, 8B and 75. RGB value is (157,139,117). Sum of RGB (Red+Green+Blue) = 157+139+117=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8B75 is #62748A. Grayscale: #8D8D8D. Windows color (decimal): -6452363 or 7703453. OLE color: 7703453.

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

Color convert

RGB 157 139 117 -
CMYK 0 0.11 0.25 0.38
HSL 33º 0.17% 0.54% -
HSV(B) 33º 0.25% 0.62% -
XYZ 26.35 26.92 20.64 -
YUV 141.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 157 139 117 0 0.11 0.25 0.38 33 0.17 0.54
Hex 9D 8B 75 0 B 19 26 21 11 36
Octal 235 213 165 0 13 31 46 41 21 66
Binary 10011101 10001011 1110101 0 1011 11001 100110 100001 10001 110110

Color Harmonies of #9D8B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8B75

Black with #9D8B75

Text Example


Text Example

White with #9D8B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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