#9B7570

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

Shades of Hemp #9B7570

Tints of Hemp #9B7570

Color information

#9B7570 (or 0x9B7570) is unknown color: approx Hemp. HEX triplet: 9B, 75 and 70. RGB value is (155,117,112). Sum of RGB (Red+Green+Blue) = 155+117+112=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7570 is #648A8F. Grayscale: #7F7F7F. Windows color (decimal): -6589072 or 7370139. OLE color: 7370139.

HSL color Cylindrical-coordinate representation of color #9B7570: hue angle of 6.98º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B7570 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB155117112-
CMYK00.250.280.39
HSL6.98º17.7%52.35%-
HSV(B)6.98º27.74%60.78%-
XYZ22.820.8618.15-
YUV127.79119.09147.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=40.36%
G=30.47%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511711200.250.280.396.9817.752.35
Hex9B75700191C2771234
Octal233165160031344772264
Binary10011011111010111100000110011110010011111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,117,112); }

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

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

 a { background-color: rgb(155,117,112); }

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

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

 span { border-color: rgb(155,117,112); }

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