Html Css Color HEX #9C8380 Opium

📋 copy color: '#9C8380'

red 156 ◦ green 131 ◦ blue 128

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

Shades of Opium #9C8380

Tints of Opium #9C8380

RGB

 RED value IS 156 (61.33% from 255) = 37.59%

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

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

R = 37.59%
G = 31.57%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9C8380 (or 0x9C8380) is known color: Opium. HEX triplet: 9C, 83 and 80. RGB value is (156,131,128). Sum of RGB (Red+Green+Blue) = 156+131+128=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8380 is #637C7F. Grayscale: #8A8A8A. Windows color (decimal): -6519936 or 8422300. OLE color: 8422300.

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

Color convert

RGB 156 131 128 -
CMYK 0 0.16 0.18 0.39
HSL 6.43º 0.12% 0.56% -
HSV(B) 6.43º 0.18% 0.61% -
XYZ 25.72 24.86 23.86 -
YUV 138.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 156 131 128 0 0.16 0.18 0.39 6.43 0.12 0.56
Hex 9C 83 80 0 10 12 27 6 C 38
Octal 234 203 200 0 20 22 47 6 14 70
Binary 10011100 10000011 10000000 0 10000 10010 100111 110 1100 111000

Color Harmonies of #9C8380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8380

Black with #9C8380

Text Example


Text Example

White with #9C8380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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