Html Css Color HEX #9B8786 Opium

📋 copy color: '#9B8786'

red 155 ◦ green 135 ◦ blue 134

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

Shades of Opium #9B8786

Tints of Opium #9B8786

RGB

 RED value IS 155 (60.94% from 255) = 36.56%

 GREEN value IS 135 (53.13% from 255) = 31.84%

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

R = 36.56%
G = 31.84%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B8786 (or 0x9B8786) is known color: Opium. HEX triplet: 9B, 87 and 86. RGB value is (155,135,134). Sum of RGB (Red+Green+Blue) = 155+135+134=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8786 is #647879. Grayscale: #8C8C8C. Windows color (decimal): -6584442 or 8816539. OLE color: 8816539.

HSL color Cylindrical-coordinate representation of color #9B8786: hue angle of 2.86º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8786 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 135 134 -
CMYK 0 0.13 0.14 0.39
HSL 2.86º 0.1% 0.57% -
HSV(B) 2.86º 0.14% 0.61% -
XYZ 26.48 26.02 26.18 -
YUV 140.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 155 135 134 0 0.13 0.14 0.39 2.86 0.1 0.57
Hex 9B 87 86 0 D E 27 3 A 39
Octal 233 207 206 0 15 16 47 3 12 71
Binary 10011011 10000111 10000110 0 1101 1110 100111 11 1010 111001

Color Harmonies of #9B8786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8786

Black with #9B8786

Text Example


Text Example

White with #9B8786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,135,134); }

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

background-color css

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

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

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

border-color css

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

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

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