#9B857D

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

Shades of Hemp #9B857D

Tints of Hemp #9B857D

Color information

#9B857D (or 0x9B857D) is unknown color: approx Hemp. HEX triplet: 9B, 85 and 7D. RGB value is (155,133,125). Sum of RGB (Red+Green+Blue) = 155+133+125=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 155 - color contains mainly: red. Hex color #9B857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B857D is #647A82. Grayscale: #8A8A8A. Windows color (decimal): -6584963 or 8226203. OLE color: 8226203.

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

Color convert

RGB155133125-
CMYK00.140.190.39
HSL16º13.04%54.9%-
HSV(B)16º19.35%60.78%-
XYZ25.6125.2222.92-
YUV138.67120.29139.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.53%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 125 (49.22% from 255) = 30.27%
R=37.53%
G=32.20%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513312500.140.190.391613.0454.9
Hex9B857D0E132710d37
Octal2332051750162347201567
Binary100110111000010111111010111010011100111100001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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