Html Css Color HEX #948686 Opium

📋 copy color: '#948686'

red 148 ◦ green 134 ◦ blue 134

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

Shades of Opium #948686

Tints of Opium #948686

RGB

 RED value IS 148 (58.2% from 255) = 35.58%

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

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

R = 35.58%
G = 32.21%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#948686 (or 0x948686) is known color: Opium. HEX triplet: 94, 86 and 86. RGB value is (148,134,134). Sum of RGB (Red+Green+Blue) = 148+134+134=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948686 is #6B7979. Grayscale: #8A8A8A. Windows color (decimal): -7043450 or 8816276. OLE color: 8816276.

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

Color convert

RGB 148 134 134 -
CMYK 0 0.09 0.09 0.42
HSL 0.06% 0.55% -
HSV(B) 0.09% 0.58% -
XYZ 25.04 25.07 26.07 -
YUV 138.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 148 134 134 0 0.09 0.09 0.42 0 0.06 0.55
Hex 94 86 86 0 9 9 2A 0 6 37
Octal 224 206 206 0 11 11 52 0 6 67
Binary 10010100 10000110 10000110 0 1001 1001 101010 0 110 110111

Color Harmonies of #948686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948686

Black with #948686

Text Example


Text Example

White with #948686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948686; }

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

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

background-color css

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

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

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

border-color css

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

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

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