Html Css Color HEX #9F8C6D Pale Oyster

📋 copy color: '#9F8C6D'

red 159 ◦ green 140 ◦ blue 109

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

Shades of Pale Oyster #9F8C6D

Tints of Pale Oyster #9F8C6D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.31%

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

R = 38.97%
G = 34.31%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F8C6D (or 0x9F8C6D) is known color: Pale Oyster. HEX triplet: 9F, 8C and 6D. RGB value is (159,140,109). Sum of RGB (Red+Green+Blue) = 159+140+109=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8C6D is #607392. Grayscale: #8E8E8E. Windows color (decimal): -6321043 or 7179423. OLE color: 7179423.

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

Color convert

RGB 159 140 109 -
CMYK 0 0.12 0.31 0.38
HSL 37.2º 0.21% 0.53% -
HSV(B) 37.2º 0.31% 0.62% -
XYZ 26.44 27.23 18.33 -
YUV 142.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 159 140 109 0 0.12 0.31 0.38 37.2 0.21 0.53
Hex 9F 8C 6D 0 C 1F 26 25 15 35
Octal 237 214 155 0 14 37 46 45 25 65
Binary 10011111 10001100 1101101 0 1100 11111 100110 100101 10101 110101

Color Harmonies of #9F8C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8C6D

Black with #9F8C6D

Text Example


Text Example

White with #9F8C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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