Html Css Color HEX #9D8A6A Pale Oyster

📋 copy color: '#9D8A6A'

red 157 ◦ green 138 ◦ blue 106

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

Shades of Pale Oyster #9D8A6A

Tints of Pale Oyster #9D8A6A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 106 (41.8% from 255) = 26.43%

R = 39.15%
G = 34.41%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D8A6A (or 0x9D8A6A) is known color: Pale Oyster. HEX triplet: 9D, 8A and 6A. RGB value is (157,138,106). Sum of RGB (Red+Green+Blue) = 157+138+106=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8A6A is #627595. Grayscale: #8C8C8C. Windows color (decimal): -6452630 or 6982301. OLE color: 6982301.

HSL color Cylindrical-coordinate representation of color #9D8A6A: hue angle of 37.65º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D8A6A is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 138 106 -
CMYK 0 0.12 0.32 0.38
HSL 37.65º 0.21% 0.52% -
HSV(B) 37.65º 0.32% 0.62% -
XYZ 25.59 26.39 17.38 -
YUV 140.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 157 138 106 0 0.12 0.32 0.38 37.65 0.21 0.52
Hex 9D 8A 6A 0 C 20 26 26 15 34
Octal 235 212 152 0 14 40 46 46 25 64
Binary 10011101 10001010 1101010 0 1100 100000 100110 100110 10101 110100

Color Harmonies of #9D8A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8A6A

Black with #9D8A6A

Text Example


Text Example

White with #9D8A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,138,106); }

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

background-color css

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

 a { background-color: rgb(157,138,106); }

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

border-color css

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

 span { border-color: rgb(157,138,106); }

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