#9B786F

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

Shades of Hemp #9B786F

Tints of Hemp #9B786F

Color information

#9B786F (or 0x9B786F) is unknown color: approx Hemp. HEX triplet: 9B, 78 and 6F. RGB value is (155,120,111). Sum of RGB (Red+Green+Blue) = 155+120+111=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B786F is #648790. Grayscale: #818181. Windows color (decimal): -6588305 or 7305371. OLE color: 7305371.

HSL color Cylindrical-coordinate representation of color #9B786F: hue angle of 12.27º 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 #9B786F is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB155120111-
CMYK00.230.280.39
HSL12.27º18.03%52.16%-
HSV(B)12.27º28.39%60.78%-
XYZ23.121.5517.98-
YUV129.44117.6146.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=40.16%
G=31.09%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512011100.230.280.3912.2718.0352.16
Hex9B786F0171C27c1234
Octal2331701570273447142264
Binary100110111111000110111101011111100100111110010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,120,111); }

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

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

 a { background-color: rgb(155,120,111); }

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

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

 span { border-color: rgb(155,120,111); }

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