Html Css Color HEX #9F906D Pale Oyster

📋 copy color: '#9F906D'

red 159 ◦ green 144 ◦ blue 109

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

Shades of Pale Oyster #9F906D

Tints of Pale Oyster #9F906D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 38.59%
G = 34.95%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F906D (or 0x9F906D) is known color: Pale Oyster. HEX triplet: 9F, 90 and 6D. RGB value is (159,144,109). Sum of RGB (Red+Green+Blue) = 159+144+109=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F906D is #606F92. Grayscale: #909090. Windows color (decimal): -6320019 or 7180447. OLE color: 7180447.

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

Color convert

RGB 159 144 109 -
CMYK 0 0.09 0.31 0.38
HSL 42º 0.21% 0.53% -
HSV(B) 42º 0.31% 0.62% -
XYZ 27.03 28.42 18.53 -
YUV 144.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 159 144 109 0 0.09 0.31 0.38 42 0.21 0.53
Hex 9F 90 6D 0 9 1F 26 2A 15 35
Octal 237 220 155 0 11 37 46 52 25 65
Binary 10011111 10010000 1101101 0 1001 11111 100110 101010 10101 110101

Color Harmonies of #9F906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F906D

Black with #9F906D

Text Example


Text Example

White with #9F906D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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