#9C857D

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

Shades of Hemp #9C857D

Tints of Hemp #9C857D

Color information

#9C857D (or 0x9C857D) is unknown color: approx Hemp. HEX triplet: 9C, 85 and 7D. RGB value is (156,133,125). Sum of RGB (Red+Green+Blue) = 156+133+125=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C857D is #637A82. Grayscale: #8B8B8B. Windows color (decimal): -6519427 or 8226204. OLE color: 8226204.

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

Color convert

RGB156133125-
CMYK00.150.200.39
HSL15.48º13.54%55.1%-
HSV(B)15.48º19.87%61.18%-
XYZ25.825.3222.93-
YUV138.96120.12140.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.68%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=37.68%
G=32.13%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613312500.150.200.3915.4813.5455.1
Hex9C857D0F1427fe37
Octal2342051750172447171667
Binary10011100100001011111101011111010010011111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,133,125); }

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

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

 a { background-color: rgb(156,133,125); }

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

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

 span { border-color: rgb(156,133,125); }

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