#99807E

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

Shades of Opium #99807E

Tints of Opium #99807E

Color information

#99807E (or 0x99807E) is unknown color: approx Opium. HEX triplet: 99, 80 and 7E. RGB value is (153,128,126). Sum of RGB (Red+Green+Blue) = 153+128+126=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #99807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99807E is #667F81. Grayscale: #878787. Windows color (decimal): -6717314 or 8290457. OLE color: 8290457.

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

Color convert

RGB153128126-
CMYK00.160.180.4
HSL4.44º11.69%54.71%-
HSV(B)4.44º17.65%60%-
XYZ24.6223.7223.02-
YUV135.25122.78140.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 126 (49.61% from 255) = 30.96%
R=37.59%
G=31.45%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312812600.160.180.44.4411.6954.71
Hex99807E01012284c37
Octal231200176020225041467
Binary10011001100000001111110010000100101010001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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