#968381

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

Shades of Opium #968381

Tints of Opium #968381

Color information

#968381 (or 0x968381) is unknown color: approx Opium. HEX triplet: 96, 83 and 81. RGB value is (150,131,129). Sum of RGB (Red+Green+Blue) = 150+131+129=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #968381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968381 is #697C7E. Grayscale: #888888. Windows color (decimal): -6913151 or 8487830. OLE color: 8487830.

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

Color convert

RGB150131129-
CMYK00.130.140.41
HSL5.71º9.09%54.71%-
HSV(B)5.71º14%58.82%-
XYZ24.6624.324.16-
YUV136.45123.79137.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 131 (51.56% from 255) = 31.95%
BLUE value IS 129 (50.78% from 255) = 31.46%
R=36.59%
G=31.95%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013112900.130.140.415.719.0954.71
Hex9683810DE296937
Octal226203201015165161167
Binary1001011010000011100000010110111101010011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968381; }

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

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

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

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

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

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

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

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