#908585

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

Shades of Opium #908585

Tints of Opium #908585

Color information

#908585 (or 0x908585) is unknown color: approx Opium. HEX triplet: 90, 85 and 85. RGB value is (144,133,133). Sum of RGB (Red+Green+Blue) = 144+133+133=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 144 - color contains mainly: red. Hex color #908585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908585 is #6F7A7A. Grayscale: #888888. Windows color (decimal): -7305851 or 8750480. OLE color: 8750480.

HSL color Cylindrical-coordinate representation of color #908585: hue angle of 0º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908585 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB144133133-
CMYK00.080.080.44
HSL4.72%54.31%-
HSV(B)7.64%56.47%-
XYZ24.1224.425.63-
YUV136.29126.14133.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.12%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=35.12%
G=32.44%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413313300.080.080.4404.7254.31
Hex9085850882C0536
Octal22020520501010540566
Binary1001000010000101100001010100010001011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908585; }

 p { color: rgb(144,133,133); }

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

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

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

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

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

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

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