#968180

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

Shades of Opium #968180

Tints of Opium #968180

Color information

#968180 (or 0x968180) is unknown color: approx Opium. HEX triplet: 96, 81 and 80. RGB value is (150,129,128). Sum of RGB (Red+Green+Blue) = 150+129+128=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #968180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968180 is #697E7F. Grayscale: #878787. Windows color (decimal): -6913664 or 8421782. OLE color: 8421782.

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

Color convert

RGB150129128-
CMYK00.140.150.41
HSL2.73º9.48%54.51%-
HSV(B)2.73º14.67%58.82%-
XYZ24.3223.7423.72-
YUV135.17123.96138.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=36.86%
G=31.70%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012912800.140.150.412.739.4854.51
Hex9681800EF293937
Octal226201200016175131167
Binary100101101000000110000000011101111101001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968180; }

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

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

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

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

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

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

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

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