#96786F

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

Shades of Hemp #96786F

Tints of Hemp #96786F

Color information

#96786F (or 0x96786F) is unknown color: approx Hemp. HEX triplet: 96, 78 and 6F. RGB value is (150,120,111). Sum of RGB (Red+Green+Blue) = 150+120+111=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #96786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96786F is #698790. Grayscale: #808080. Windows color (decimal): -6915985 or 7305366. OLE color: 7305366.

HSL color Cylindrical-coordinate representation of color #96786F: hue angle of 13.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96786F is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB150120111-
CMYK00.200.260.41
HSL13.85º15.66%51.18%-
HSV(B)13.85º26%58.82%-
XYZ22.1621.0617.94-
YUV127.94118.44143.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=39.37%
G=31.50%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012011100.200.260.4113.8515.6651.18
Hex96786F0141A29e1033
Octal2261701570243251162063
Binary100101101111000110111101010011010101001111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96786F; }

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

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

<style>
 a { background-color: #96786F; }

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

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

<style>
 span { border-color: #96786F; }

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

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