Html Css Color HEX #9C8580 Opium

📋 copy color: '#9C8580'

red 156 ◦ green 133 ◦ blue 128

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

Shades of Opium #9C8580

Tints of Opium #9C8580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.89%

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

R = 37.41%
G = 31.89%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9C8580 (or 0x9C8580) is known color: Opium. HEX triplet: 9C, 85 and 80. RGB value is (156,133,128). Sum of RGB (Red+Green+Blue) = 156+133+128=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8580 is #637A7F. Grayscale: #8B8B8B. Windows color (decimal): -6519424 or 8422812. OLE color: 8422812.

HSL color Cylindrical-coordinate representation of color #9C8580: hue angle of 10.71º 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 #9C8580 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 133 128 -
CMYK 0 0.15 0.18 0.39
HSL 10.71º 0.12% 0.56% -
HSV(B) 10.71º 0.18% 0.61% -
XYZ 25.99 25.4 23.96 -
YUV 139.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 156 133 128 0 0.15 0.18 0.39 10.71 0.12 0.56
Hex 9C 85 80 0 F 12 27 B C 38
Octal 234 205 200 0 17 22 47 13 14 70
Binary 10011100 10000101 10000000 0 1111 10010 100111 1011 1100 111000

Color Harmonies of #9C8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8580

Black with #9C8580

Text Example


Text Example

White with #9C8580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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