Html Css Color HEX #9F9171 Pale Oyster

📋 copy color: '#9F9171'

red 159 ◦ green 145 ◦ blue 113

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

Shades of Pale Oyster #9F9171

Tints of Pale Oyster #9F9171

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.77%

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

R = 38.13%
G = 34.77%
B = 27.1%

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

#9F9171 (or 0x9F9171) is known color: Pale Oyster. HEX triplet: 9F, 91 and 71. RGB value is (159,145,113). Sum of RGB (Red+Green+Blue) = 159+145+113=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9171 is #606E8E. Grayscale: #919191. Windows color (decimal): -6319759 or 7442847. OLE color: 7442847.

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

Color convert

RGB 159 145 113 -
CMYK 0 0.09 0.29 0.38
HSL 41.74º 0.19% 0.53% -
HSV(B) 41.74º 0.29% 0.62% -
XYZ 27.4 28.81 19.74 -
YUV 145.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 159 145 113 0 0.09 0.29 0.38 41.74 0.19 0.53
Hex 9F 91 71 0 9 1D 26 2A 13 35
Octal 237 221 161 0 11 35 46 52 23 65
Binary 10011111 10010001 1110001 0 1001 11101 100110 101010 10011 110101

Color Harmonies of #9F9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9171

Black with #9F9171

Text Example


Text Example

White with #9F9171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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