Html Css Color HEX #9F8F6C Pale Oyster

📋 copy color: '#9F8F6C'

red 159 ◦ green 143 ◦ blue 108

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

Shades of Pale Oyster #9F8F6C

Tints of Pale Oyster #9F8F6C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.88%

 BLUE value IS 108 (42.58% from 255) = 26.34%

R = 38.78%
G = 34.88%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F8F6C (or 0x9F8F6C) is known color: Pale Oyster. HEX triplet: 9F, 8F and 6C. RGB value is (159,143,108). Sum of RGB (Red+Green+Blue) = 159+143+108=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8F6C is #607093. Grayscale: #8F8F8F. Windows color (decimal): -6320276 or 7114655. OLE color: 7114655.

HSL color Cylindrical-coordinate representation of color #9F8F6C: hue angle of 41.18º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F8F6C is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 143 108 -
CMYK 0 0.10 0.32 0.38
HSL 41.18º 0.21% 0.52% -
HSV(B) 41.18º 0.32% 0.62% -
XYZ 26.83 28.1 18.2 -
YUV 143.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 159 143 108 0 0.10 0.32 0.38 41.18 0.21 0.52
Hex 9F 8F 6C 0 A 20 26 29 15 34
Octal 237 217 154 0 12 40 46 51 25 64
Binary 10011111 10001111 1101100 0 1010 100000 100110 101001 10101 110100

Color Harmonies of #9F8F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8F6C

Black with #9F8F6C

Text Example


Text Example

White with #9F8F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,143,108); }

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

background-color css

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

 a { background-color: rgb(159,143,108); }

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

border-color css

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

 span { border-color: rgb(159,143,108); }

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