Html Css Color HEX #9E8F6F Pale Oyster

📋 copy color: '#9E8F6F'

red 158 ◦ green 143 ◦ blue 111

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

Shades of Pale Oyster #9E8F6F

Tints of Pale Oyster #9E8F6F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.71%

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 38.35%
G = 34.71%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9E8F6F (or 0x9E8F6F) is known color: Pale Oyster. HEX triplet: 9E, 8F and 6F. RGB value is (158,143,111). Sum of RGB (Red+Green+Blue) = 158+143+111=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8F6F is #617090. Grayscale: #8F8F8F. Windows color (decimal): -6385809 or 7311262. OLE color: 7311262.

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

Color convert

RGB 158 143 111 -
CMYK 0 0.09 0.30 0.38
HSL 40.85º 0.2% 0.53% -
HSV(B) 40.85º 0.3% 0.62% -
XYZ 26.79 28.06 19.04 -
YUV 143.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 158 143 111 0 0.09 0.30 0.38 40.85 0.2 0.53
Hex 9E 8F 6F 0 9 1E 26 29 14 35
Octal 236 217 157 0 11 36 46 51 24 65
Binary 10011110 10001111 1101111 0 1001 11110 100110 101001 10100 110101

Color Harmonies of #9E8F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8F6F

Black with #9E8F6F

Text Example


Text Example

White with #9E8F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,143,111); }

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

background-color css

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

 a { background-color: rgb(158,143,111); }

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

border-color css

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

 span { border-color: rgb(158,143,111); }

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