#96827C

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

Shades of Hemp #96827C

Tints of Hemp #96827C

Color information

#96827C (or 0x96827C) is unknown color: approx Hemp. HEX triplet: 96, 82 and 7C. RGB value is (150,130,124). Sum of RGB (Red+Green+Blue) = 150+130+124=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #96827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96827C is #697D83. Grayscale: #878787. Windows color (decimal): -6913412 or 8159894. OLE color: 8159894.

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

Color convert

RGB150130124-
CMYK00.130.170.41
HSL13.85º11.02%53.73%-
HSV(B)13.85º17.33%58.82%-
XYZ24.223.922.41-
YUV135.3121.63138.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=37.13%
G=32.18%
B=30.69%

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
Decimal15013012400.130.170.4113.8511.0253.73
Hex96827C0D1129eb36
Octal2262021740152151161366
Binary10010110100000101111100011011000110100111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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