#9B827F

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

Shades of Opium #9B827F

Tints of Opium #9B827F

Color information

#9B827F (or 0x9B827F) is unknown color: approx Opium. HEX triplet: 9B, 82 and 7F. RGB value is (155,130,127). Sum of RGB (Red+Green+Blue) = 155+130+127=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 155 - color contains mainly: red. Hex color #9B827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B827F is #647D80. Grayscale: #898989. Windows color (decimal): -6585729 or 8356507. OLE color: 8356507.

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

Color convert

RGB155130127-
CMYK00.160.180.39
HSL6.43º12.28%55.29%-
HSV(B)6.43º18.06%60.78%-
XYZ25.3324.4723.47-
YUV137.13122.28140.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.62%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 127 (50% from 255) = 30.83%
R=37.62%
G=31.55%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513012700.160.180.396.4312.2855.29
Hex9B827F01012276c37
Octal233202177020224761467
Binary10011011100000101111111010000100101001111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,130,127); }

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

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

 a { background-color: rgb(155,130,127); }

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

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

 span { border-color: rgb(155,130,127); }

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