#9D7E6E

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

Shades of Hemp #9D7E6E

Tints of Hemp #9D7E6E

Color information

#9D7E6E (or 0x9D7E6E) is unknown color: approx Hemp. HEX triplet: 9D, 7E and 6E. RGB value is (157,126,110). Sum of RGB (Red+Green+Blue) = 157+126+110=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7E6E is #628191. Grayscale: #858585. Windows color (decimal): -6455698 or 7241373. OLE color: 7241373.

HSL color Cylindrical-coordinate representation of color #9D7E6E: hue angle of 20.43º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D7E6E is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB157126110-
CMYK00.200.300.38
HSL20.43º19.34%52.35%-
HSV(B)20.43º29.94%61.57%-
XYZ24.1823.2217.96-
YUV133.44114.77144.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=39.95%
G=32.06%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712611000.200.300.3820.4319.3452.35
Hex9D7E6E0141E26141334
Octal2351761560243646242364
Binary1001110111111101101110010100111101001101010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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