Html Css Color HEX #9E8D6B Pale Oyster

📋 copy color: '#9E8D6B'

red 158 ◦ green 141 ◦ blue 107

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

Shades of Pale Oyster #9E8D6B

Tints of Pale Oyster #9E8D6B

RGB

 RED value IS 158 (62.11% from 255) = 38.92%

 GREEN value IS 141 (55.47% from 255) = 34.73%

 BLUE value IS 107 (42.19% from 255) = 26.35%

R = 38.92%
G = 34.73%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E8D6B (or 0x9E8D6B) is known color: Pale Oyster. HEX triplet: 9E, 8D and 6B. RGB value is (158,141,107). Sum of RGB (Red+Green+Blue) = 158+141+107=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8D6B is #617294. Grayscale: #8E8E8E. Windows color (decimal): -6386325 or 7048606. OLE color: 7048606.

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

Color convert

RGB 158 141 107 -
CMYK 0 0.11 0.32 0.38
HSL 40º 0.21% 0.52% -
HSV(B) 40º 0.32% 0.62% -
XYZ 26.28 27.38 17.81 -
YUV 142.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 158 141 107 0 0.11 0.32 0.38 40 0.21 0.52
Hex 9E 8D 6B 0 B 20 26 28 15 34
Octal 236 215 153 0 13 40 46 50 25 64
Binary 10011110 10001101 1101011 0 1011 100000 100110 101000 10101 110100

Color Harmonies of #9E8D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8D6B

Black with #9E8D6B

Text Example


Text Example

White with #9E8D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,141,107); }

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

background-color css

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

 a { background-color: rgb(158,141,107); }

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

border-color css

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

 span { border-color: rgb(158,141,107); }

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