#998381

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

Shades of Opium #998381

Tints of Opium #998381

Color information

#998381 (or 0x998381) is unknown color: approx Opium. HEX triplet: 99, 83 and 81. RGB value is (153,131,129). Sum of RGB (Red+Green+Blue) = 153+131+129=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #998381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998381 is #667C7E. Grayscale: #898989. Windows color (decimal): -6716543 or 8487833. OLE color: 8487833.

HSL color Cylindrical-coordinate representation of color #998381: hue angle of 5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998381 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB153131129-
CMYK00.140.160.4
HSL10.53%55.29%-
HSV(B)15.69%60%-
XYZ25.2224.5924.19-
YUV137.35123.29139.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 131 (51.56% from 255) = 31.72%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=37.05%
G=31.72%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313112900.140.160.4510.5355.29
Hex9983810E10285b37
Octal231203201016205051367
Binary10011001100000111000000101110100001010001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998381; }

 p { color: rgb(153,131,129); }

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

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

 a { background-color: rgb(153,131,129); }

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

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

 span { border-color: rgb(153,131,129); }

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