#96736A

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

Shades of Hemp #96736A

Tints of Hemp #96736A

Color information

#96736A (or 0x96736A) is unknown color: approx Hemp. HEX triplet: 96, 73 and 6A. RGB value is (150,115,106). Sum of RGB (Red+Green+Blue) = 150+115+106=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96736A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96736A is #698C95. Grayscale: #7C7C7C. Windows color (decimal): -6917270 or 6976406. OLE color: 6976406.

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

Color convert

RGB150115106-
CMYK00.230.290.41
HSL12.27º17.32%50.2%-
HSV(B)12.27º29.33%58.82%-
XYZ21.3119.7916.33-
YUV124.44117.6146.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=40.43%
G=31.00%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011510600.230.290.4112.2717.3250.2
Hex96736A0171D29c1132
Octal2261631520273551142162
Binary100101101110011110101001011111101101001110010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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