Html Css Color HEX #9D896E Pale Oyster

📋 copy color: '#9D896E'

red 157 ◦ green 137 ◦ blue 110

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

Shades of Pale Oyster #9D896E

Tints of Pale Oyster #9D896E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.91%

 BLUE value IS 110 (43.36% from 255) = 27.23%

R = 38.86%
G = 33.91%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D896E (or 0x9D896E) is known color: Pale Oyster. HEX triplet: 9D, 89 and 6E. RGB value is (157,137,110). Sum of RGB (Red+Green+Blue) = 157+137+110=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D896E is #627691. Grayscale: #8C8C8C. Windows color (decimal): -6452882 or 7244189. OLE color: 7244189.

HSL color Cylindrical-coordinate representation of color #9D896E: hue angle of 34.47º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D896E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 137 110 -
CMYK 0 0.13 0.30 0.38
HSL 34.47º 0.19% 0.52% -
HSV(B) 34.47º 0.3% 0.62% -
XYZ 25.66 26.19 18.45 -
YUV 139.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 157 137 110 0 0.13 0.30 0.38 34.47 0.19 0.52
Hex 9D 89 6E 0 D 1E 26 22 13 34
Octal 235 211 156 0 15 36 46 42 23 64
Binary 10011101 10001001 1101110 0 1101 11110 100110 100010 10011 110100

Color Harmonies of #9D896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D896E

Black with #9D896E

Text Example


Text Example

White with #9D896E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,137,110); }

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

background-color css

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

 a { background-color: rgb(157,137,110); }

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

border-color css

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

 span { border-color: rgb(157,137,110); }

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