#96807A

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

Shades of Hemp #96807A

Tints of Hemp #96807A

Color information

#96807A (or 0x96807A) is unknown color: approx Hemp. HEX triplet: 96, 80 and 7A. RGB value is (150,128,122). Sum of RGB (Red+Green+Blue) = 150+128+122=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #96807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96807A is #697F85. Grayscale: #858585. Windows color (decimal): -6913926 or 8028310. OLE color: 8028310.

HSL color Cylindrical-coordinate representation of color #96807A: hue angle of 12.86º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96807A is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150128122-
CMYK00.150.190.41
HSL12.86º11.76%53.33%-
HSV(B)12.86º18.67%58.82%-
XYZ23.8123.3321.66-
YUV133.89121.29139.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=37.5%
G=32%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012812200.150.190.4112.8611.7653.33
Hex96807A0F1329dc35
Octal2262001720172351151465
Binary10010110100000001111010011111001110100111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,128,122); }

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

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

 a { background-color: rgb(150,128,122); }

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

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

 span { border-color: rgb(150,128,122); }

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