#968281

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

Shades of Opium #968281

Tints of Opium #968281

Color information

#968281 (or 0x968281) is unknown color: approx Opium. HEX triplet: 96, 82 and 81. RGB value is (150,130,129). Sum of RGB (Red+Green+Blue) = 150+130+129=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #968281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968281 is #697D7E. Grayscale: #878787. Windows color (decimal): -6913407 or 8487574. OLE color: 8487574.

HSL color Cylindrical-coordinate representation of color #968281: hue angle of 2.86º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #968281 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB150130129-
CMYK00.130.140.41
HSL2.86º9.09%54.71%-
HSV(B)2.86º14%58.82%-
XYZ24.5224.0324.12-
YUV135.87124.13138.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=36.67%
G=31.78%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013012900.130.140.412.869.0954.71
Hex9682810DE293937
Octal226202201015165131167
Binary100101101000001010000001011011110101001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968281; }

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

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

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

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

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

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

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

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