#9A786C

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

Shades of Hemp #9A786C

Tints of Hemp #9A786C

Color information

#9A786C (or 0x9A786C) is unknown color: approx Hemp. HEX triplet: 9A, 78 and 6C. RGB value is (154,120,108). Sum of RGB (Red+Green+Blue) = 154+120+108=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A786C is #658793. Grayscale: #808080. Windows color (decimal): -6653844 or 7108762. OLE color: 7108762.

HSL color Cylindrical-coordinate representation of color #9A786C: hue angle of 15.65º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A786C is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB154120108-
CMYK00.220.300.40
HSL15.65º18.55%51.37%-
HSV(B)15.65º29.87%60.39%-
XYZ22.7521.3917.12-
YUV128.8116.26145.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.31%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=40.31%
G=31.41%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412010800.220.300.4015.6518.5551.37
Hex9A786C0161E28101333
Octal2321701540263650202363
Binary1001101011110001101100010110111101010001000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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