#9B7C6D

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

Shades of Hemp #9B7C6D

Tints of Hemp #9B7C6D

Color information

#9B7C6D (or 0x9B7C6D) is unknown color: approx Hemp. HEX triplet: 9B, 7C and 6D. RGB value is (155,124,109). Sum of RGB (Red+Green+Blue) = 155+124+109=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C6D is #648392. Grayscale: #838383. Windows color (decimal): -6587283 or 7175323. OLE color: 7175323.

HSL color Cylindrical-coordinate representation of color #9B7C6D: hue angle of 19.57º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B7C6D is Cyan = 0, Magento = 0.2, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB155124109-
CMYK00.20.300.39
HSL19.57º18.7%51.76%-
HSV(B)19.57º29.68%60.78%-
XYZ23.4922.4917.57-
YUV131.56115.27144.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.95%
GREEN value IS 124 (48.83% from 255) = 31.96%
BLUE value IS 109 (42.97% from 255) = 28.09%
R=39.95%
G=31.96%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512410900.20.300.3919.5718.751.76
Hex9B7C6D0141E27141334
Octal2331741550243647242364
Binary1001101111111001101101010100111101001111010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,124,109); }

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

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

 a { background-color: rgb(155,124,109); }

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

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

 span { border-color: rgb(155,124,109); }

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