#99807F

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

Shades of Opium #99807F

Tints of Opium #99807F

Color information

#99807F (or 0x99807F) is unknown color: approx Opium. HEX triplet: 99, 80 and 7F. RGB value is (153,128,127). Sum of RGB (Red+Green+Blue) = 153+128+127=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #99807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99807F is #667F80. Grayscale: #878787. Windows color (decimal): -6717313 or 8355993. OLE color: 8355993.

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

Color convert

RGB153128127-
CMYK00.160.170.4
HSL2.31º11.3%54.9%-
HSV(B)2.31º16.99%60%-
XYZ24.6923.7423.36-
YUV135.36123.28140.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 127 (50% from 255) = 31.13%
R=37.5%
G=31.37%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312812700.160.170.42.3111.354.9
Hex99807F01011282b37
Octal231200177020215021367
Binary1001100110000000111111101000010001101000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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