#9C7E6E

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

Shades of Hemp #9C7E6E

Tints of Hemp #9C7E6E

Color information

#9C7E6E (or 0x9C7E6E) is unknown color: approx Hemp. HEX triplet: 9C, 7E and 6E. RGB value is (156,126,110). Sum of RGB (Red+Green+Blue) = 156+126+110=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7E6E is #638191. Grayscale: #858585. Windows color (decimal): -6521234 or 7241372. OLE color: 7241372.

HSL color Cylindrical-coordinate representation of color #9C7E6E: hue angle of 20.87º 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 #9C7E6E is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB156126110-
CMYK00.190.290.39
HSL20.87º18.85%52.16%-
HSV(B)20.87º29.49%61.18%-
XYZ23.9923.1217.95-
YUV133.15114.94144.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=39.80%
G=32.14%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612611000.190.290.3920.8718.8552.16
Hex9C7E6E0131D27151334
Octal2341761560233547252364
Binary1001110011111101101110010011111011001111010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,126,110); }

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

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

 a { background-color: rgb(156,126,110); }

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

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

 span { border-color: rgb(156,126,110); }

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