Html Css Color HEX #9B8380 Opium

📋 copy color: '#9B8380'

red 155 ◦ green 131 ◦ blue 128

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

Shades of Opium #9B8380

Tints of Opium #9B8380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.64%

 BLUE value IS 128 (50.39% from 255) = 30.92%

R = 37.44%
G = 31.64%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B8380 (or 0x9B8380) is known color: Opium. HEX triplet: 9B, 83 and 80. RGB value is (155,131,128). Sum of RGB (Red+Green+Blue) = 155+131+128=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8380 is #647C7F. Grayscale: #898989. Windows color (decimal): -6585472 or 8422299. OLE color: 8422299.

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

Color convert

RGB 155 131 128 -
CMYK 0 0.15 0.17 0.39
HSL 6.67º 0.12% 0.55% -
HSV(B) 6.67º 0.17% 0.61% -
XYZ 25.53 24.76 23.86 -
YUV 137.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 155 131 128 0 0.15 0.17 0.39 6.67 0.12 0.55
Hex 9B 83 80 0 F 11 27 7 C 37
Octal 233 203 200 0 17 21 47 7 14 67
Binary 10011011 10000011 10000000 0 1111 10001 100111 111 1100 110111

Color Harmonies of #9B8380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8380

Black with #9B8380

Text Example


Text Example

White with #9B8380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,131,128); }

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

background-color css

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

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

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

border-color css

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

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

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