#9D7C6F

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

Shades of Hemp #9D7C6F

Tints of Hemp #9D7C6F

Color information

#9D7C6F (or 0x9D7C6F) is unknown color: approx Hemp. HEX triplet: 9D, 7C and 6F. RGB value is (157,124,111). Sum of RGB (Red+Green+Blue) = 157+124+111=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7C6F is #628390. Grayscale: #848484. Windows color (decimal): -6456209 or 7306397. OLE color: 7306397.

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

Color convert

RGB157124111-
CMYK00.210.290.38
HSL16.96º19.01%52.55%-
HSV(B)16.96º29.3%61.57%-
XYZ23.9822.7318.16-
YUV132.38115.93145.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 111 (43.75% from 255) = 28.32%
R=40.05%
G=31.63%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712411100.210.290.3816.9619.0152.55
Hex9D7C6F0151D26111335
Octal2351741570253546212365
Binary1001110111111001101111010101111011001101000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,124,111); }

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

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

 a { background-color: rgb(157,124,111); }

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

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

 span { border-color: rgb(157,124,111); }

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