#998383

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

Shades of Opium #998383

Tints of Opium #998383

Color information

#998383 (or 0x998383) is unknown color: approx Opium. HEX triplet: 99, 83 and 83. RGB value is (153,131,131). Sum of RGB (Red+Green+Blue) = 153+131+131=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #998383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998383 is #667C7C. Grayscale: #898989. Windows color (decimal): -6716541 or 8618905. OLE color: 8618905.

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

Color convert

RGB153131131-
CMYK00.140.140.4
HSL9.73%55.69%-
HSV(B)14.38%60%-
XYZ25.3524.6424.89-
YUV137.58124.29139-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=36.87%
G=31.57%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313113100.140.140.409.7355.69
Hex9983830EE280a38
Octal231203203016165001270
Binary10011001100000111000001101110111010100001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998383; }

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

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

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

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

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

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

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

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