Html Css Color HEX #9F916C Pale Oyster

📋 copy color: '#9F916C'

red 159 ◦ green 145 ◦ blue 108

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

Shades of Pale Oyster #9F916C

Tints of Pale Oyster #9F916C

RGB

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

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

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

R = 38.59%
G = 35.19%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F916C (or 0x9F916C) is known color: Pale Oyster. HEX triplet: 9F, 91 and 6C. RGB value is (159,145,108). Sum of RGB (Red+Green+Blue) = 159+145+108=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F916C is #606E93. Grayscale: #919191. Windows color (decimal): -6319764 or 7115167. OLE color: 7115167.

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

Color convert

RGB 159 145 108 -
CMYK 0 0.09 0.32 0.38
HSL 43.53º 0.21% 0.52% -
HSV(B) 43.53º 0.32% 0.62% -
XYZ 27.13 28.7 18.3 -
YUV 144.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 159 145 108 0 0.09 0.32 0.38 43.53 0.21 0.52
Hex 9F 91 6C 0 9 20 26 2C 15 34
Octal 237 221 154 0 11 40 46 54 25 64
Binary 10011111 10010001 1101100 0 1001 100000 100110 101100 10101 110100

Color Harmonies of #9F916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F916C

Black with #9F916C

Text Example


Text Example

White with #9F916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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