#997975

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

Shades of Opium #997975

Tints of Opium #997975

Color information

#997975 (or 0x997975) is unknown color: approx Opium. HEX triplet: 99, 79 and 75. RGB value is (153,121,117). Sum of RGB (Red+Green+Blue) = 153+121+117=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #997975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997975 is #66868A. Grayscale: #828282. Windows color (decimal): -6719115 or 7698841. OLE color: 7698841.

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

Color convert

RGB153121117-
CMYK00.210.240.4
HSL6.67º15%52.94%-
HSV(B)6.67º23.53%60%-
XYZ23.1921.7319.8-
YUV130.11120.6144.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=39.13%
G=30.95%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312111700.210.240.46.671552.94
Hex99797501518287f35
Octal231171165025305071765
Binary1001100111110011110101010101110001010001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997975; }

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

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

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

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

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

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

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

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