Html Css Color HEX #9E8E6B Pale Oyster

📋 copy color: '#9E8E6B'

red 158 ◦ green 142 ◦ blue 107

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

Shades of Pale Oyster #9E8E6B

Tints of Pale Oyster #9E8E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.89%

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

R = 38.82%
G = 34.89%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E8E6B (or 0x9E8E6B) is known color: Pale Oyster. HEX triplet: 9E, 8E and 6B. RGB value is (158,142,107). Sum of RGB (Red+Green+Blue) = 158+142+107=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8E6B is #617194. Grayscale: #8E8E8E. Windows color (decimal): -6386069 or 7048862. OLE color: 7048862.

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

Color convert

RGB 158 142 107 -
CMYK 0 0.10 0.32 0.38
HSL 41.18º 0.21% 0.52% -
HSV(B) 41.18º 0.32% 0.62% -
XYZ 26.43 27.68 17.86 -
YUV 142.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 158 142 107 0 0.10 0.32 0.38 41.18 0.21 0.52
Hex 9E 8E 6B 0 A 20 26 29 15 34
Octal 236 216 153 0 12 40 46 51 25 64
Binary 10011110 10001110 1101011 0 1010 100000 100110 101001 10101 110100

Color Harmonies of #9E8E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8E6B

Black with #9E8E6B

Text Example


Text Example

White with #9E8E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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