Html Css Color HEX #9A8380 Opium

📋 copy color: '#9A8380'

red 154 ◦ green 131 ◦ blue 128

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

Shades of Opium #9A8380

Tints of Opium #9A8380

RGB

 RED value IS 154 (60.55% from 255) = 37.29%

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

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

R = 37.29%
G = 31.72%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#9A8380 (or 0x9A8380) is known color: Opium. HEX triplet: 9A, 83 and 80. RGB value is (154,131,128). Sum of RGB (Red+Green+Blue) = 154+131+128=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8380 is #657C7F. Grayscale: #898989. Windows color (decimal): -6651008 or 8422298. OLE color: 8422298.

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

Color convert

RGB 154 131 128 -
CMYK 0 0.15 0.17 0.40
HSL 6.92º 0.11% 0.55% -
HSV(B) 6.92º 0.17% 0.6% -
XYZ 25.34 24.66 23.85 -
YUV 137.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 154 131 128 0 0.15 0.17 0.40 6.92 0.11 0.55
Hex 9A 83 80 0 F 11 28 7 B 37
Octal 232 203 200 0 17 21 50 7 13 67
Binary 10011010 10000011 10000000 0 1111 10001 101000 111 1011 110111

Color Harmonies of #9A8380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8380

Black with #9A8380

Text Example


Text Example

White with #9A8380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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