#96817F

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

Shades of Opium #96817F

Tints of Opium #96817F

Color information

#96817F (or 0x96817F) is unknown color: approx Opium. HEX triplet: 96, 81 and 7F. RGB value is (150,129,127). Sum of RGB (Red+Green+Blue) = 150+129+127=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #96817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96817F is #697E80. Grayscale: #878787. Windows color (decimal): -6913665 or 8356246. OLE color: 8356246.

HSL color Cylindrical-coordinate representation of color #96817F: hue angle of 5.22º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96817F is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150129127-
CMYK00.140.150.41
HSL5.22º9.87%54.31%-
HSV(B)5.22º15.33%58.82%-
XYZ24.2623.7223.38-
YUV135.05123.46138.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 127 (50% from 255) = 31.28%
R=36.95%
G=31.77%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012912700.140.150.415.229.8754.31
Hex96817F0EF295a36
Octal226201177016175151266
Binary100101101000000111111110111011111010011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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