#958685

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

Shades of Opium #958685

Tints of Opium #958685

Color information

#958685 (or 0x958685) is unknown color: approx Opium. HEX triplet: 95, 86 and 85. RGB value is (149,134,133). Sum of RGB (Red+Green+Blue) = 149+134+133=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #958685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958685 is #6A797A. Grayscale: #8A8A8A. Windows color (decimal): -6977915 or 8750741. OLE color: 8750741.

HSL color Cylindrical-coordinate representation of color #958685: hue angle of 3.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958685 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB149134133-
CMYK00.100.110.42
HSL3.75º7.02%55.29%-
HSV(B)3.75º10.74%58.43%-
XYZ25.1525.1325.72-
YUV138.37124.97135.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=35.82%
G=32.21%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913413300.100.110.423.757.0255.29
Hex9586850AB2A4737
Octal22520620501213524767
Binary100101011000011010000101010101011101010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958685; }

 p { color: rgb(149,134,133); }

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

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

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

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

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

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

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