Html Css Color HEX #9E8C8B Opium

📋 copy color: '#9E8C8B'

red 158 ◦ green 140 ◦ blue 139

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

Shades of Opium #9E8C8B

Tints of Opium #9E8C8B

RGB

 RED value IS 158 (62.11% from 255) = 36.16%

 GREEN value IS 140 (55.08% from 255) = 32.04%

 BLUE value IS 139 (54.69% from 255) = 31.81%

R = 36.16%
G = 32.04%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9E8C8B (or 0x9E8C8B) is known color: Opium. HEX triplet: 9E, 8C and 8B. RGB value is (158,140,139). Sum of RGB (Red+Green+Blue) = 158+140+139=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8C8B is #617374. Grayscale: #919191. Windows color (decimal): -6386549 or 9145502. OLE color: 9145502.

HSL color Cylindrical-coordinate representation of color #9E8C8B: hue angle of 3.16º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9E8C8B is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 140 139 -
CMYK 0 0.11 0.12 0.38
HSL 3.16º 0.09% 0.58% -
HSV(B) 3.16º 0.12% 0.62% -
XYZ 28.14 27.89 28.33 -
YUV 145.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 158 140 139 0 0.11 0.12 0.38 3.16 0.09 0.58
Hex 9E 8C 8B 0 B C 26 3 9 3A
Octal 236 214 213 0 13 14 46 3 11 72
Binary 10011110 10001100 10001011 0 1011 1100 100110 11 1001 111010

Color Harmonies of #9E8C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8C8B

Black with #9E8C8B

Text Example


Text Example

White with #9E8C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E8C8B; }

 p { color: rgb(158,140,139); }

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

background-color css

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

 a { background-color: rgb(158,140,139); }

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

border-color css

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

 span { border-color: rgb(158,140,139); }

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