#99817F

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

Shades of Opium #99817F

Tints of Opium #99817F

Color information

#99817F (or 0x99817F) is unknown color: approx Opium. HEX triplet: 99, 81 and 7F. RGB value is (153,129,127). Sum of RGB (Red+Green+Blue) = 153+129+127=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #99817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99817F is #667E80. Grayscale: #878787. Windows color (decimal): -6717057 or 8356249. OLE color: 8356249.

HSL color Cylindrical-coordinate representation of color #99817F: hue angle of 4.62º 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 #99817F is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB153129127-
CMYK00.160.170.4
HSL4.62º11.3%54.9%-
HSV(B)4.62º16.99%60%-
XYZ24.8224.0123.4-
YUV135.95122.95140.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 127 (50% from 255) = 31.05%
R=37.41%
G=31.54%
B=31.05%

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
Decimal15312912700.160.170.44.6211.354.9
Hex99817F01011285b37
Octal231201177020215051367
Binary10011001100000011111111010000100011010001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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