#9C847F

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

Shades of Opium #9C847F

Tints of Opium #9C847F

Color information

#9C847F (or 0x9C847F) is unknown color: approx Opium. HEX triplet: 9C, 84 and 7F. RGB value is (156,132,127). Sum of RGB (Red+Green+Blue) = 156+132+127=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C847F is #637B80. Grayscale: #8A8A8A. Windows color (decimal): -6519681 or 8357020. OLE color: 8357020.

HSL color Cylindrical-coordinate representation of color #9C847F: hue angle of 10.34º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C847F is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB156132127-
CMYK00.150.190.39
HSL10.34º12.78%55.49%-
HSV(B)10.34º18.59%61.18%-
XYZ25.7925.123.56-
YUV138.61121.45140.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.59%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 127 (50% from 255) = 30.60%
R=37.59%
G=31.81%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613212700.150.190.3910.3412.7855.49
Hex9C847F0F1327ad37
Octal2342041770172347121567
Binary10011100100001001111111011111001110011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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