Html Css Color HEX #9F8985 Opium

📋 copy color: '#9F8985'

red 159 ◦ green 137 ◦ blue 133

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

Shades of Opium #9F8985

Tints of Opium #9F8985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.93%

 BLUE value IS 133 (52.34% from 255) = 31%

R = 37.06%
G = 31.93%
B = 31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F8985 (or 0x9F8985) is known color: Opium. HEX triplet: 9F, 89 and 85. RGB value is (159,137,133). Sum of RGB (Red+Green+Blue) = 159+137+133=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8985 is #60767A. Grayscale: #8F8F8F. Windows color (decimal): -6321787 or 8751519. OLE color: 8751519.

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

Color convert

RGB 159 137 133 -
CMYK 0 0.14 0.16 0.38
HSL 9.23º 0.12% 0.57% -
HSV(B) 9.23º 0.16% 0.62% -
XYZ 27.48 26.96 25.95 -
YUV 143.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 159 137 133 0 0.14 0.16 0.38 9.23 0.12 0.57
Hex 9F 89 85 0 E 10 26 9 C 39
Octal 237 211 205 0 16 20 46 11 14 71
Binary 10011111 10001001 10000101 0 1110 10000 100110 1001 1100 111001

Color Harmonies of #9F8985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8985

Black with #9F8985

Text Example


Text Example

White with #9F8985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,137,133); }

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

background-color css

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

 a { background-color: rgb(159,137,133); }

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

border-color css

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

 span { border-color: rgb(159,137,133); }

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