#99807C

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

Shades of Opium #99807C

Tints of Opium #99807C

Color information

#99807C (or 0x99807C) is unknown color: approx Opium. HEX triplet: 99, 80 and 7C. RGB value is (153,128,124). Sum of RGB (Red+Green+Blue) = 153+128+124=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #99807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99807C is #667F83. Grayscale: #878787. Windows color (decimal): -6717316 or 8159385. OLE color: 8159385.

HSL color Cylindrical-coordinate representation of color #99807C: hue angle of 8.28º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99807C is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB153128124-
CMYK00.160.190.4
HSL8.28º12.45%54.31%-
HSV(B)8.28º18.95%60%-
XYZ24.4923.6722.35-
YUV135.02121.78140.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=37.78%
G=31.60%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312812400.160.190.48.2812.4554.31
Hex99807C01013288c36
Octal2312001740202350101466
Binary100110011000000011111000100001001110100010001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99807C; }

 p { color: rgb(153,128,124); }

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

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

 a { background-color: rgb(153,128,124); }

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

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

 span { border-color: rgb(153,128,124); }

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