Html Css Color HEX #9B8B8A Opium

📋 copy color: '#9B8B8A'

red 155 ◦ green 139 ◦ blue 138

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

Shades of Opium #9B8B8A

Tints of Opium #9B8B8A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.18%

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 35.88%
G = 32.18%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B8B8A (or 0x9B8B8A) is known color: Opium. HEX triplet: 9B, 8B and 8A. RGB value is (155,139,138). Sum of RGB (Red+Green+Blue) = 155+139+138=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8B8A is #647475. Grayscale: #8F8F8F. Windows color (decimal): -6583414 or 9079707. OLE color: 9079707.

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

Color convert

RGB 155 139 138 -
CMYK 0 0.10 0.11 0.39
HSL 3.53º 0.08% 0.57% -
HSV(B) 3.53º 0.11% 0.61% -
XYZ 27.34 27.27 27.87 -
YUV 143.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 155 139 138 0 0.10 0.11 0.39 3.53 0.08 0.57
Hex 9B 8B 8A 0 A B 27 4 8 39
Octal 233 213 212 0 12 13 47 4 10 71
Binary 10011011 10001011 10001010 0 1010 1011 100111 100 1000 111001

Color Harmonies of #9B8B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8B8A

Black with #9B8B8A

Text Example


Text Example

White with #9B8B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,139,138); }

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

background-color css

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

 a { background-color: rgb(155,139,138); }

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

border-color css

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

 span { border-color: rgb(155,139,138); }

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