#9C796C

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

Shades of Hemp #9C796C

Tints of Hemp #9C796C

Color information

#9C796C (or 0x9C796C) is unknown color: approx Hemp. HEX triplet: 9C, 79 and 6C. RGB value is (156,121,108). Sum of RGB (Red+Green+Blue) = 156+121+108=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C796C is #638693. Grayscale: #828282. Windows color (decimal): -6522516 or 7109020. OLE color: 7109020.

HSL color Cylindrical-coordinate representation of color #9C796C: hue angle of 16.25º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C796C is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB156121108-
CMYK00.220.310.39
HSL16.25º19.51%51.76%-
HSV(B)16.25º30.77%61.18%-
XYZ23.2521.8317.17-
YUV129.98115.6146.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.52%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=40.52%
G=31.43%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612110800.220.310.3916.2519.5151.76
Hex9C796C0161F27101434
Octal2341711540263747202464
Binary1001110011110011101100010110111111001111000010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,121,108); }

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

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

 a { background-color: rgb(156,121,108); }

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

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

 span { border-color: rgb(156,121,108); }

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