Html Css Color HEX #9F9273 Pale Oyster

📋 copy color: '#9F9273'

red 159 ◦ green 146 ◦ blue 115

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

Shades of Pale Oyster #9F9273

Tints of Pale Oyster #9F9273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.76%

 BLUE value IS 115 (45.31% from 255) = 27.38%

R = 37.86%
G = 34.76%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F9273 (or 0x9F9273) is known color: Pale Oyster. HEX triplet: 9F, 92 and 73. RGB value is (159,146,115). Sum of RGB (Red+Green+Blue) = 159+146+115=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9273 is #606D8C. Grayscale: #929292. Windows color (decimal): -6319501 or 7574175. OLE color: 7574175.

HSL color Cylindrical-coordinate representation of color #9F9273: hue angle of 42.27º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F9273 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 146 115 -
CMYK 0 0.08 0.28 0.38
HSL 42.27º 0.19% 0.54% -
HSV(B) 42.27º 0.28% 0.62% -
XYZ 27.67 29.17 20.39 -
YUV 146.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 159 146 115 0 0.08 0.28 0.38 42.27 0.19 0.54
Hex 9F 92 73 0 8 1C 26 2A 13 36
Octal 237 222 163 0 10 34 46 52 23 66
Binary 10011111 10010010 1110011 0 1000 11100 100110 101010 10011 110110

Color Harmonies of #9F9273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9273

Black with #9F9273

Text Example


Text Example

White with #9F9273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,146,115); }

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

background-color css

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

 a { background-color: rgb(159,146,115); }

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

border-color css

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

 span { border-color: rgb(159,146,115); }

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