#96756C

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

Shades of Hemp #96756C

Tints of Hemp #96756C

Color information

#96756C (or 0x96756C) is unknown color: approx Hemp. HEX triplet: 96, 75 and 6C. RGB value is (150,117,108). Sum of RGB (Red+Green+Blue) = 150+117+108=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96756C is #698A93. Grayscale: #7D7D7D. Windows color (decimal): -6916756 or 7107990. OLE color: 7107990.

HSL color Cylindrical-coordinate representation of color #96756C: hue angle of 12.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96756C is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB150117108-
CMYK00.220.280.41
HSL12.86º16.67%50.59%-
HSV(B)12.86º28%58.82%-
XYZ21.6520.2916.96-
YUV125.84117.93145.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=40%
G=31.2%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011710800.220.280.4112.8616.6750.59
Hex96756C0161C29d1133
Octal2261651540263451152163
Binary100101101110101110110001011011100101001110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96756C; }

 p { color: rgb(150,117,108); }

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

<style>
 a { background-color: #96756C; }

 a { background-color: rgb(150,117,108); }

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

<style>
 span { border-color: #96756C; }

 span { border-color: rgb(150,117,108); }

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