Html Css Color HEX #9B8484 Opium

📋 copy color: '#9B8484'

red 155 ◦ green 132 ◦ blue 132

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

Shades of Opium #9B8484

Tints of Opium #9B8484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.5%

 BLUE value IS 132 (51.95% from 255) = 31.5%

R = 36.99%
G = 31.5%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B8484 (or 0x9B8484) is known color: Opium. HEX triplet: 9B, 84 and 84. RGB value is (155,132,132). Sum of RGB (Red+Green+Blue) = 155+132+132=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8484 is #647B7B. Grayscale: #8A8A8A. Windows color (decimal): -6585212 or 8684699. OLE color: 8684699.

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

Color convert

RGB 155 132 132 -
CMYK 0 0.15 0.15 0.39
HSL 0.1% 0.56% -
HSV(B) 0.15% 0.61% -
XYZ 25.93 25.14 25.31 -
YUV 138.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 155 132 132 0 0.15 0.15 0.39 0 0.1 0.56
Hex 9B 84 84 0 F F 27 0 A 38
Octal 233 204 204 0 17 17 47 0 12 70
Binary 10011011 10000100 10000100 0 1111 1111 100111 0 1010 111000

Color Harmonies of #9B8484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8484

Black with #9B8484

Text Example


Text Example

White with #9B8484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,132,132); }

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

background-color css

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

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

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

border-color css

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

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

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