#9F817F

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

Shades of Opium #9F817F

Tints of Opium #9F817F

Color information

#9F817F (or 0x9F817F) is unknown color: approx Opium. HEX triplet: 9F, 81 and 7F. RGB value is (159,129,127). Sum of RGB (Red+Green+Blue) = 159+129+127=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F817F is #607E80. Grayscale: #898989. Windows color (decimal): -6323841 or 8356255. OLE color: 8356255.

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

Color convert

RGB159129127-
CMYK00.190.200.38
HSL3.75º14.29%56.08%-
HSV(B)3.75º20.13%62.35%-
XYZ25.9824.623.46-
YUV137.74121.94143.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.31%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 127 (50% from 255) = 30.60%
R=38.31%
G=31.08%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912912700.190.200.383.7514.2956.08
Hex9F817F01314264e38
Octal237201177023244641670
Binary10011111100000011111111010011101001001101001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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