Html Css Color HEX #9F9271 Pale Oyster

📋 copy color: '#9F9271'

red 159 ◦ green 146 ◦ blue 113

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

Shades of Pale Oyster #9F9271

Tints of Pale Oyster #9F9271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.93%

 BLUE value IS 113 (44.53% from 255) = 27.03%

R = 38.04%
G = 34.93%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9F9271 (or 0x9F9271) is known color: Pale Oyster. HEX triplet: 9F, 92 and 71. RGB value is (159,146,113). Sum of RGB (Red+Green+Blue) = 159+146+113=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9271 is #606D8E. Grayscale: #929292. Windows color (decimal): -6319503 or 7443103. OLE color: 7443103.

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

Color convert

RGB 159 146 113 -
CMYK 0 0.08 0.29 0.38
HSL 43.04º 0.19% 0.53% -
HSV(B) 43.04º 0.29% 0.62% -
XYZ 27.56 29.12 19.79 -
YUV 146.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 159 146 113 0 0.08 0.29 0.38 43.04 0.19 0.53
Hex 9F 92 71 0 8 1D 26 2B 13 35
Octal 237 222 161 0 10 35 46 53 23 65
Binary 10011111 10010010 1110001 0 1000 11101 100110 101011 10011 110101

Color Harmonies of #9F9271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9271

Black with #9F9271

Text Example


Text Example

White with #9F9271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,146,113); }

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

background-color css

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

 a { background-color: rgb(159,146,113); }

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

border-color css

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

 span { border-color: rgb(159,146,113); }

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