#9D857E

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

Shades of Hemp #9D857E

Tints of Hemp #9D857E

Color information

#9D857E (or 0x9D857E) is unknown color: approx Hemp. HEX triplet: 9D, 85 and 7E. RGB value is (157,133,126). Sum of RGB (Red+Green+Blue) = 157+133+126=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 157 - color contains mainly: red. Hex color #9D857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D857E is #627A81. Grayscale: #8B8B8B. Windows color (decimal): -6453890 or 8291741. OLE color: 8291741.

HSL color Cylindrical-coordinate representation of color #9D857E: hue angle of 13.55º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D857E is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB157133126-
CMYK00.150.200.38
HSL13.55º13.66%55.49%-
HSV(B)13.55º19.75%61.57%-
XYZ26.0625.4523.28-
YUV139.38120.45140.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.74%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=37.74%
G=31.97%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713312600.150.200.3813.5513.6655.49
Hex9D857E0F1426ee37
Octal2352051760172446161667
Binary10011101100001011111110011111010010011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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