Html Css Color HEX #958686 Opium

📋 copy color: '#958686'

red 149 ◦ green 134 ◦ blue 134

#958686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #958686

Tints of Opium #958686

RGB

 RED value IS 149 (58.59% from 255) = 35.73%

 GREEN value IS 134 (52.73% from 255) = 32.13%

 BLUE value IS 134 (52.73% from 255) = 32.13%

R = 35.73%
G = 32.13%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#958686 (or 0x958686) is known color: Opium. HEX triplet: 95, 86 and 86. RGB value is (149,134,134). Sum of RGB (Red+Green+Blue) = 149+134+134=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #958686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958686 is #6A7979. Grayscale: #8A8A8A. Windows color (decimal): -6977914 or 8816277. OLE color: 8816277.

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

Color convert

RGB 149 134 134 -
CMYK 0 0.10 0.10 0.42
HSL 0.07% 0.55% -
HSV(B) 0.1% 0.58% -
XYZ 25.22 25.16 26.08 -
YUV 138.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 149 134 134 0 0.10 0.10 0.42 0 0.07 0.55
Hex 95 86 86 0 A A 2A 0 7 37
Octal 225 206 206 0 12 12 52 0 7 67
Binary 10010101 10000110 10000110 0 1010 1010 101010 0 111 110111

Color Harmonies of #958686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958686

Black with #958686

Text Example


Text Example

White with #958686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958686; }

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

 H1.HeaderClassName
 {
   color: #958686;
 }
 .AnyTagClassName
 {
   color: #958686;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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