#998685

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

Shades of Opium #998685

Tints of Opium #998685

Color information

#998685 (or 0x998685) is unknown color: approx Opium. HEX triplet: 99, 86 and 85. RGB value is (153,134,133). Sum of RGB (Red+Green+Blue) = 153+134+133=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #998685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998685 is #66797A. Grayscale: #8B8B8B. Windows color (decimal): -6715771 or 8750745. OLE color: 8750745.

HSL color Cylindrical-coordinate representation of color #998685: hue angle of 3º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #998685 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB153134133-
CMYK00.120.130.4
HSL8.93%56.08%-
HSV(B)13.07%60%-
XYZ25.925.5225.75-
YUV139.57124.29137.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 134 (52.73% from 255) = 31.90%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=36.43%
G=31.90%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313413300.120.130.438.9356.08
Hex9986850CD283938
Octal231206205014155031170
Binary100110011000011010000101011001101101000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998685; }

 p { color: rgb(153,134,133); }

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

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

 a { background-color: rgb(153,134,133); }

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

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

 span { border-color: rgb(153,134,133); }

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