#98817F

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

Shades of Opium #98817F

Tints of Opium #98817F

Color information

#98817F (or 0x98817F) is unknown color: approx Opium. HEX triplet: 98, 81 and 7F. RGB value is (152,129,127). Sum of RGB (Red+Green+Blue) = 152+129+127=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #98817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98817F is #677E80. Grayscale: #878787. Windows color (decimal): -6782593 or 8356248. OLE color: 8356248.

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

Color convert

RGB152129127-
CMYK00.150.160.40
HSL4.8º10.82%54.71%-
HSV(B)4.8º16.45%59.61%-
XYZ24.6323.9123.4-
YUV135.65123.12139.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 127 (50% from 255) = 31.13%
R=37.25%
G=31.62%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212912700.150.160.404.810.8254.71
Hex98817F0F10285b37
Octal230201177017205051367
Binary1001100010000001111111101111100001010001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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