#96736D

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

Shades of Hemp #96736D

Tints of Hemp #96736D

Color information

#96736D (or 0x96736D) is unknown color: approx Hemp. HEX triplet: 96, 73 and 6D. RGB value is (150,115,109). Sum of RGB (Red+Green+Blue) = 150+115+109=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #96736D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96736D is #698C92. Grayscale: #7C7C7C. Windows color (decimal): -6917267 or 7173014. OLE color: 7173014.

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

Color convert

RGB150115109-
CMYK00.230.270.41
HSL8.78º16.33%50.78%-
HSV(B)8.78º27.33%58.82%-
XYZ21.4719.8517.17-
YUV124.78119.1145.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.11%
GREEN value IS 115 (45.31% from 255) = 30.75%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=40.11%
G=30.75%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011510900.230.270.418.7816.3350.78
Hex96736D0171B2991033
Octal2261631550273351112063
Binary100101101110011110110101011111011101001100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96736D; }

 p { color: rgb(150,115,109); }

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

<style>
 a { background-color: #96736D; }

 a { background-color: rgb(150,115,109); }

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

<style>
 span { border-color: #96736D; }

 span { border-color: rgb(150,115,109); }

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