Html Css Color HEX #9F9079 Pale Oyster

📋 copy color: '#9F9079'

red 159 ◦ green 144 ◦ blue 121

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

Shades of Pale Oyster #9F9079

Tints of Pale Oyster #9F9079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.96%

 BLUE value IS 121 (47.66% from 255) = 28.54%

R = 37.5%
G = 33.96%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F9079 (or 0x9F9079) is known color: Pale Oyster. HEX triplet: 9F, 90 and 79. RGB value is (159,144,121). Sum of RGB (Red+Green+Blue) = 159+144+121=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9079 is #606F86. Grayscale: #919191. Windows color (decimal): -6320007 or 7966879. OLE color: 7966879.

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

Color convert

RGB 159 144 121 -
CMYK 0 0.09 0.24 0.38
HSL 36.32º 0.17% 0.55% -
HSV(B) 36.32º 0.24% 0.62% -
XYZ 27.72 28.7 22.17 -
YUV 145.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 159 144 121 0 0.09 0.24 0.38 36.32 0.17 0.55
Hex 9F 90 79 0 9 18 26 24 11 37
Octal 237 220 171 0 11 30 46 44 21 67
Binary 10011111 10010000 1111001 0 1001 11000 100110 100100 10001 110111

Color Harmonies of #9F9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9079

Black with #9F9079

Text Example


Text Example

White with #9F9079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,144,121); }

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

background-color css

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

 a { background-color: rgb(159,144,121); }

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

border-color css

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

 span { border-color: rgb(159,144,121); }

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