#96827F

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

Shades of Opium #96827F

Tints of Opium #96827F

Color information

#96827F (or 0x96827F) is unknown color: approx Opium. HEX triplet: 96, 82 and 7F. RGB value is (150,130,127). Sum of RGB (Red+Green+Blue) = 150+130+127=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #96827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96827F is #697D80. Grayscale: #878787. Windows color (decimal): -6913409 or 8356502. OLE color: 8356502.

HSL color Cylindrical-coordinate representation of color #96827F: hue angle of 7.83º 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 #96827F is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150130127-
CMYK00.130.150.41
HSL7.83º9.87%54.31%-
HSV(B)7.83º15.33%58.82%-
XYZ24.3923.9823.42-
YUV135.64123.13138.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 127 (50% from 255) = 31.20%
R=36.86%
G=31.94%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013012700.130.150.417.839.8754.31
Hex96827F0DF298a36
Octal2262021770151751101266
Binary1001011010000010111111101101111110100110001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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