#96837C

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

Shades of Hemp #96837C

Tints of Hemp #96837C

Color information

#96837C (or 0x96837C) is unknown color: approx Hemp. HEX triplet: 96, 83 and 7C. RGB value is (150,131,124). Sum of RGB (Red+Green+Blue) = 150+131+124=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96837C is #697C83. Grayscale: #878787. Windows color (decimal): -6913156 or 8160150. OLE color: 8160150.

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

Color convert

RGB150131124-
CMYK00.130.170.41
HSL16.15º11.02%53.73%-
HSV(B)16.15º17.33%58.82%-
XYZ24.3324.1722.45-
YUV135.88121.29138.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=37.04%
G=32.35%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013112400.130.170.4116.1511.0253.73
Hex96837C0D112910b36
Octal2262031740152151201366
Binary100101101000001111111000110110001101001100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,131,124); }

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

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

 a { background-color: rgb(150,131,124); }

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

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

 span { border-color: rgb(150,131,124); }

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