#9B786C

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

Shades of Hemp #9B786C

Tints of Hemp #9B786C

Color information

#9B786C (or 0x9B786C) is unknown color: approx Hemp. HEX triplet: 9B, 78 and 6C. RGB value is (155,120,108). Sum of RGB (Red+Green+Blue) = 155+120+108=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B786C is #648793. Grayscale: #818181. Windows color (decimal): -6588308 or 7108763. OLE color: 7108763.

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

Color convert

RGB155120108-
CMYK00.230.300.39
HSL15.32º19.03%51.57%-
HSV(B)15.32º30.32%60.78%-
XYZ22.9421.4817.13-
YUV129.1116.1146.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=40.47%
G=31.33%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512010800.230.300.3915.3219.0351.57
Hex9B786C0171E27f1334
Octal2331701540273647172364
Binary100110111111000110110001011111110100111111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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