#9C8276

Color #9C8276 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #9C8276

Tints of Hemp #9C8276

Color information

#9C8276 (or 0x9C8276) is unknown color: approx Hemp. HEX triplet: 9C, 82 and 76. RGB value is (156,130,118). Sum of RGB (Red+Green+Blue) = 156+130+118=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8276 is #637D89. Grayscale: #888888. Windows color (decimal): -6520202 or 7766684. OLE color: 7766684.

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

Color convert

RGB156130118-
CMYK00.170.240.39
HSL18.95º16.1%53.73%-
HSV(B)18.95º24.36%61.18%-
XYZ24.9624.3420.52-
YUV136.41117.61141.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.61%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=38.61%
G=32.18%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613011800.170.240.3918.9516.153.73
Hex9C82760111827131036
Octal2342021660213047232066
Binary10011100100000101110110010001110001001111001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,130,118); }

 H1.HeaderClassName
 {
   color: #9C8276;
 }
 .AnyTagClassName
 {
   color: #9C8276;
 }
</style>
background-color css

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

 a { background-color: rgb(156,130,118); }

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

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

 span { border-color: rgb(156,130,118); }

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