#96817C

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

Shades of Hemp #96817C

Tints of Hemp #96817C

Color information

#96817C (or 0x96817C) is unknown color: approx Hemp. HEX triplet: 96, 81 and 7C. RGB value is (150,129,124). Sum of RGB (Red+Green+Blue) = 150+129+124=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #96817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96817C is #697E83. Grayscale: #868686. Windows color (decimal): -6913668 or 8159638. OLE color: 8159638.

HSL color Cylindrical-coordinate representation of color #96817C: hue angle of 11.54º 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 #96817C is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB150129124-
CMYK00.140.170.41
HSL11.54º11.02%53.73%-
HSV(B)11.54º17.33%58.82%-
XYZ24.0723.6422.36-
YUV134.71121.96138.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=37.22%
G=32.01%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012912400.140.170.4111.5411.0253.73
Hex96817C0E1129cb36
Octal2262011740162151141366
Binary10010110100000011111100011101000110100111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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