#98817E

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

Shades of Opium #98817E

Tints of Opium #98817E

Color information

#98817E (or 0x98817E) is unknown color: approx Opium. HEX triplet: 98, 81 and 7E. RGB value is (152,129,126). Sum of RGB (Red+Green+Blue) = 152+129+126=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #98817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98817E is #677E81. Grayscale: #878787. Windows color (decimal): -6782594 or 8290712. OLE color: 8290712.

HSL color Cylindrical-coordinate representation of color #98817E: hue angle of 6.92º 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 #98817E is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB152129126-
CMYK00.150.170.40
HSL6.92º11.21%54.51%-
HSV(B)6.92º17.11%59.61%-
XYZ24.5723.8823.05-
YUV135.54122.62139.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 126 (49.61% from 255) = 30.96%
R=37.35%
G=31.70%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212912600.150.170.406.9211.2154.51
Hex98817E0F11287b37
Octal230201176017215071367
Binary1001100010000001111111001111100011010001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,129,126); }

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

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

 a { background-color: rgb(152,129,126); }

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

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

 span { border-color: rgb(152,129,126); }

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