Html Css Color HEX #9F8D6E Pale Oyster

📋 copy color: '#9F8D6E'

red 159 ◦ green 141 ◦ blue 110

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

Shades of Pale Oyster #9F8D6E

Tints of Pale Oyster #9F8D6E

RGB

 RED value IS 159 (62.5% from 255) = 38.78%

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

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

R = 38.78%
G = 34.39%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F8D6E (or 0x9F8D6E) is known color: Pale Oyster. HEX triplet: 9F, 8D and 6E. RGB value is (159,141,110). Sum of RGB (Red+Green+Blue) = 159+141+110=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8D6E is #607291. Grayscale: #8E8E8E. Windows color (decimal): -6320786 or 7245215. OLE color: 7245215.

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

Color convert

RGB 159 141 110 -
CMYK 0 0.11 0.31 0.38
HSL 37.96º 0.2% 0.53% -
HSV(B) 37.96º 0.31% 0.62% -
XYZ 26.64 27.55 18.66 -
YUV 142.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 159 141 110 0 0.11 0.31 0.38 37.96 0.2 0.53
Hex 9F 8D 6E 0 B 1F 26 26 14 35
Octal 237 215 156 0 13 37 46 46 24 65
Binary 10011111 10001101 1101110 0 1011 11111 100110 100110 10100 110101

Color Harmonies of #9F8D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8D6E

Black with #9F8D6E

Text Example


Text Example

White with #9F8D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,141,110); }

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

background-color css

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

 a { background-color: rgb(159,141,110); }

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

border-color css

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

 span { border-color: rgb(159,141,110); }

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