#908281

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

Shades of Opium #908281

Tints of Opium #908281

Color information

#908281 (or 0x908281) is unknown color: approx Opium. HEX triplet: 90, 82 and 81. RGB value is (144,130,129). Sum of RGB (Red+Green+Blue) = 144+130+129=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 144 - color contains mainly: red. Hex color #908281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908281 is #6F7D7E. Grayscale: #868686. Windows color (decimal): -7306623 or 8487568. OLE color: 8487568.

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

Color convert

RGB144130129-
CMYK00.100.100.44
HSL6.33%53.53%-
HSV(B)10.42%56.47%-
XYZ23.4523.4824.07-
YUV134.07125.14135.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.73%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=35.73%
G=32.26%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413012900.100.100.4446.3353.53
Hex9082810AA2C4636
Octal22020220101212544666
Binary100100001000001010000001010101010101100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908281; }

 p { color: rgb(144,130,129); }

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

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

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

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

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

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

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