Html Css Color HEX #9F8B61 Pale Oyster

📋 copy color: '#9F8B61'

red 159 ◦ green 139 ◦ blue 97

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

Shades of Pale Oyster #9F8B61

Tints of Pale Oyster #9F8B61

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.19%

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

R = 40.25%
G = 35.19%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9F8B61 (or 0x9F8B61) is known color: Pale Oyster. HEX triplet: 9F, 8B and 61. RGB value is (159,139,97). Sum of RGB (Red+Green+Blue) = 159+139+97=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8B61 is #60749E. Grayscale: #8C8C8C. Windows color (decimal): -6321311 or 6392735. OLE color: 6392735.

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

Color convert

RGB 159 139 97 -
CMYK 0 0.13 0.39 0.38
HSL 40.65º 0.24% 0.5% -
HSV(B) 40.65º 0.39% 0.62% -
XYZ 25.69 26.7 15.11 -
YUV 140.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 159 139 97 0 0.13 0.39 0.38 40.65 0.24 0.5
Hex 9F 8B 61 0 D 27 26 29 18 32
Octal 237 213 141 0 15 47 46 51 30 62
Binary 10011111 10001011 1100001 0 1101 100111 100110 101001 11000 110010

Color Harmonies of #9F8B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8B61

Black with #9F8B61

Text Example


Text Example

White with #9F8B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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