#98817D

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

Shades of Opium #98817D

Tints of Opium #98817D

Color information

#98817D (or 0x98817D) is unknown color: approx Opium. HEX triplet: 98, 81 and 7D. RGB value is (152,129,125). Sum of RGB (Red+Green+Blue) = 152+129+125=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #98817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98817D is #677E82. Grayscale: #878787. Windows color (decimal): -6782595 or 8225176. OLE color: 8225176.

HSL color Cylindrical-coordinate representation of color #98817D: hue angle of 8.89º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98817D is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152129125-
CMYK00.150.180.40
HSL8.89º11.59%54.31%-
HSV(B)8.89º17.76%59.61%-
XYZ24.523.8622.72-
YUV135.42122.12139.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=37.44%
G=31.77%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212912500.150.180.408.8911.5954.31
Hex98817D0F12289c36
Octal2302011750172250111466
Binary10011000100000011111101011111001010100010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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