#9F847F

Color #9F847F Opium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opium #9F847F

Tints of Opium #9F847F

Color information

#9F847F (or 0x9F847F) is unknown color: approx Opium. HEX triplet: 9F, 84 and 7F. RGB value is (159,132,127). Sum of RGB (Red+Green+Blue) = 159+132+127=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 159 - color contains mainly: red. Hex color #9F847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F847F is #607B80. Grayscale: #8B8B8B. Windows color (decimal): -6323073 or 8357023. OLE color: 8357023.

HSL color Cylindrical-coordinate representation of color #9F847F: hue angle of 9.38º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F847F is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB159132127-
CMYK00.170.200.38
HSL9.38º14.29%56.08%-
HSV(B)9.38º20.13%62.35%-
XYZ26.3825.4123.59-
YUV139.5120.95141.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.04%
GREEN value IS 132 (51.95% from 255) = 31.58%
BLUE value IS 127 (50% from 255) = 30.38%
R=38.04%
G=31.58%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913212700.170.200.389.3814.2956.08
Hex9F847F01114269e38
Octal2372041770212446111670
Binary100111111000010011111110100011010010011010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,132,127); }

 H1.HeaderClassName
 {
   color: #9F847F;
 }
 .AnyTagClassName
 {
   color: #9F847F;
 }
</style>
background-color css

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

 a { background-color: rgb(159,132,127); }

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

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

 span { border-color: rgb(159,132,127); }

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