#9C7A72

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

Shades of Hemp #9C7A72

Tints of Hemp #9C7A72

Color information

#9C7A72 (or 0x9C7A72) is unknown color: approx Hemp. HEX triplet: 9C, 7A and 72. RGB value is (156,122,114). Sum of RGB (Red+Green+Blue) = 156+122+114=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7A72 is #63858D. Grayscale: #838383. Windows color (decimal): -6522254 or 7502492. OLE color: 7502492.

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

Color convert

RGB156122114-
CMYK00.220.270.39
HSL11.43º17.5%52.94%-
HSV(B)11.43º26.92%61.18%-
XYZ23.7122.218.96-
YUV131.25118.26145.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 122 (48.05% from 255) = 31.12%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=39.80%
G=31.12%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612211400.220.270.3911.4317.552.94
Hex9C7A720161B27b1235
Octal2341721620263347132265
Binary100111001111010111001001011011011100111101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,122,114); }

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

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

 a { background-color: rgb(156,122,114); }

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

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

 span { border-color: rgb(156,122,114); }

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