#997976

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

Shades of Opium #997976

Tints of Opium #997976

Color information

#997976 (or 0x997976) is unknown color: approx Opium. HEX triplet: 99, 79 and 76. RGB value is (153,121,118). Sum of RGB (Red+Green+Blue) = 153+121+118=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #997976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997976 is #668689. Grayscale: #828282. Windows color (decimal): -6719114 or 7764377. OLE color: 7764377.

HSL color Cylindrical-coordinate representation of color #997976: hue angle of 5.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997976 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB153121118-
CMYK00.210.230.4
HSL5.14º14.64%53.14%-
HSV(B)5.14º22.88%60%-
XYZ23.2421.7620.11-
YUV130.23121.1144.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=39.03%
G=30.87%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312111800.210.230.45.1414.6453.14
Hex99797601517285f35
Octal231171166025275051765
Binary1001100111110011110110010101101111010001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997976; }

 p { color: rgb(153,121,118); }

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

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

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

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

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

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

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