#968383

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

Shades of Opium #968383

Tints of Opium #968383

Color information

#968383 (or 0x968383) is unknown color: approx Opium. HEX triplet: 96, 83 and 83. RGB value is (150,131,131). Sum of RGB (Red+Green+Blue) = 150+131+131=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #968383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968383 is #697C7C. Grayscale: #888888. Windows color (decimal): -6913149 or 8618902. OLE color: 8618902.

HSL color Cylindrical-coordinate representation of color #968383: hue angle of 0º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #968383 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB150131131-
CMYK00.130.130.41
HSL8.3%55.1%-
HSV(B)12.67%58.82%-
XYZ24.7924.3624.87-
YUV136.68124.79137.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=36.41%
G=31.80%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013113100.130.130.4108.355.1
Hex9683830DD290837
Octal226203203015155101067
Binary10010110100000111000001101101110110100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968383; }

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

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

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

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

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

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

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

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