#968888

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

Shades of Opium #968888

Tints of Opium #968888

Color information

#968888 (or 0x968888) is unknown color: approx Opium. HEX triplet: 96, 88 and 88. RGB value is (150,136,136). Sum of RGB (Red+Green+Blue) = 150+136+136=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #968888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968888 is #697777. Grayscale: #8C8C8C. Windows color (decimal): -6911864 or 8947862. OLE color: 8947862.

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

Color convert

RGB150136136-
CMYK00.090.090.41
HSL6.25%56.08%-
HSV(B)9.33%58.82%-
XYZ25.8325.8726.92-
YUV140.19125.64135-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=35.55%
G=32.23%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013613600.090.090.4106.2556.08
Hex968888099290638
Octal22621021001111510670
Binary1001011010001000100010000100110011010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968888; }

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

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

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

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

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

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

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

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