#9C7B70

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

Shades of Hemp #9C7B70

Tints of Hemp #9C7B70

Color information

#9C7B70 (or 0x9C7B70) is unknown color: approx Hemp. HEX triplet: 9C, 7B and 70. RGB value is (156,123,112). Sum of RGB (Red+Green+Blue) = 156+123+112=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B70 is #63848F. Grayscale: #838383. Windows color (decimal): -6522000 or 7371676. OLE color: 7371676.

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

Color convert

RGB156123112-
CMYK00.210.280.39
HSL15º18.18%52.55%-
HSV(B)15º28.21%61.18%-
XYZ23.7222.418.4-
YUV131.61116.93145.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=39.90%
G=31.46%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612311200.210.280.391518.1852.55
Hex9C7B700151C27f1235
Octal2341731600253447172265
Binary100111001111011111000001010111100100111111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,123,112); }

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

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

 a { background-color: rgb(156,123,112); }

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

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

 span { border-color: rgb(156,123,112); }

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