#967979

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

Shades of Opium #967979

Tints of Opium #967979

Color information

#967979 (or 0x967979) is unknown color: approx Opium. HEX triplet: 96, 79 and 79. RGB value is (150,121,121). Sum of RGB (Red+Green+Blue) = 150+121+121=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #967979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967979 is #698686. Grayscale: #818181. Windows color (decimal): -6915719 or 7960982. OLE color: 7960982.

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

Color convert

RGB150121121-
CMYK00.190.190.41
HSL12.13%53.14%-
HSV(B)19.33%58.82%-
XYZ22.8721.5421.04-
YUV129.67123.11142.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=38.27%
G=30.87%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012112100.190.190.41012.1353.14
Hex96797901313290c35
Octal226171171023235101465
Binary10010110111100111110010100111001110100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967979; }

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

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

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

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

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

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

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

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