Html Css Color HEX #9E8F70 Pale Oyster

📋 copy color: '#9E8F70'

red 158 ◦ green 143 ◦ blue 112

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

Shades of Pale Oyster #9E8F70

Tints of Pale Oyster #9E8F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 38.26%
G = 34.62%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E8F70 (or 0x9E8F70) is known color: Pale Oyster. HEX triplet: 9E, 8F and 70. RGB value is (158,143,112). Sum of RGB (Red+Green+Blue) = 158+143+112=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8F70 is #61708F. Grayscale: #909090. Windows color (decimal): -6385808 or 7376798. OLE color: 7376798.

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

Color convert

RGB 158 143 112 -
CMYK 0 0.09 0.29 0.38
HSL 40.43º 0.19% 0.53% -
HSV(B) 40.43º 0.29% 0.62% -
XYZ 26.85 28.08 19.33 -
YUV 143.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 158 143 112 0 0.09 0.29 0.38 40.43 0.19 0.53
Hex 9E 8F 70 0 9 1D 26 28 13 35
Octal 236 217 160 0 11 35 46 50 23 65
Binary 10011110 10001111 1110000 0 1001 11101 100110 101000 10011 110101

Color Harmonies of #9E8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8F70

Black with #9E8F70

Text Example


Text Example

White with #9E8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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