Html Css Color HEX #9F8C61 Pale Oyster

📋 copy color: '#9F8C61'

red 159 ◦ green 140 ◦ blue 97

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

Shades of Pale Oyster #9F8C61

Tints of Pale Oyster #9F8C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.49%

R = 40.15%
G = 35.35%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9F8C61 (or 0x9F8C61) is known color: Pale Oyster. HEX triplet: 9F, 8C and 61. RGB value is (159,140,97). Sum of RGB (Red+Green+Blue) = 159+140+97=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8C61 is #60739E. Grayscale: #8C8C8C. Windows color (decimal): -6321055 or 6392991. OLE color: 6392991.

HSL color Cylindrical-coordinate representation of color #9F8C61: hue angle of 41.61º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F8C61 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 140 97 -
CMYK 0 0.12 0.39 0.38
HSL 41.61º 0.24% 0.5% -
HSV(B) 41.61º 0.39% 0.62% -
XYZ 25.83 26.99 15.16 -
YUV 140.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 159 140 97 0 0.12 0.39 0.38 41.61 0.24 0.5
Hex 9F 8C 61 0 C 27 26 2A 18 32
Octal 237 214 141 0 14 47 46 52 30 62
Binary 10011111 10001100 1100001 0 1100 100111 100110 101010 11000 110010

Color Harmonies of #9F8C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8C61

Black with #9F8C61

Text Example


Text Example

White with #9F8C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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