#9C7B6F

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

Shades of Hemp #9C7B6F

Tints of Hemp #9C7B6F

Color information

#9C7B6F (or 0x9C7B6F) is unknown color: approx Hemp. HEX triplet: 9C, 7B and 6F. RGB value is (156,123,111). Sum of RGB (Red+Green+Blue) = 156+123+111=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B6F is #638490. Grayscale: #838383. Windows color (decimal): -6522001 or 7306140. OLE color: 7306140.

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

Color convert

RGB156123111-
CMYK00.210.290.39
HSL16º18.52%52.35%-
HSV(B)16º28.85%61.18%-
XYZ23.6622.3818.11-
YUV131.5116.43145.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 111 (43.75% from 255) = 28.46%
R=40%
G=31.54%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612311100.210.290.391618.5252.35
Hex9C7B6F0151D27101334
Octal2341731570253547202364
Binary1001110011110111101111010101111011001111000010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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