#9D7F6D

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

Shades of Hemp #9D7F6D

Tints of Hemp #9D7F6D

Color information

#9D7F6D (or 0x9D7F6D) is unknown color: approx Hemp. HEX triplet: 9D, 7F and 6D. RGB value is (157,127,109). Sum of RGB (Red+Green+Blue) = 157+127+109=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7F6D is #628092. Grayscale: #868686. Windows color (decimal): -6455443 or 7176093. OLE color: 7176093.

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

Color convert

RGB157127109-
CMYK00.190.310.38
HSL22.5º19.67%52.16%-
HSV(B)22.5º30.57%61.57%-
XYZ24.2523.4517.72-
YUV133.92113.94144.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=39.95%
G=32.32%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712710900.190.310.3822.519.6752.16
Hex9D7F6D0131F26161434
Octal2351771550233746262464
Binary1001110111111111101101010011111111001101011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,127,109); }

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

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

 a { background-color: rgb(157,127,109); }

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

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

 span { border-color: rgb(157,127,109); }

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