#96766F

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

Shades of Hemp #96766F

Tints of Hemp #96766F

Color information

#96766F (or 0x96766F) is unknown color: approx Hemp. HEX triplet: 96, 76 and 6F. RGB value is (150,118,111). Sum of RGB (Red+Green+Blue) = 150+118+111=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #96766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96766F is #698990. Grayscale: #7E7E7E. Windows color (decimal): -6916497 or 7304854. OLE color: 7304854.

HSL color Cylindrical-coordinate representation of color #96766F: hue angle of 10.77º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96766F is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB150118111-
CMYK00.210.260.41
HSL10.77º15.66%51.18%-
HSV(B)10.77º26%58.82%-
XYZ21.9320.5917.86-
YUV126.77119.1144.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=39.58%
G=31.13%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011811100.210.260.4110.7715.6651.18
Hex96766F0151A29b1033
Octal2261661570253251132063
Binary100101101110110110111101010111010101001101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96766F; }

 p { color: rgb(150,118,111); }

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

<style>
 a { background-color: #96766F; }

 a { background-color: rgb(150,118,111); }

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

<style>
 span { border-color: #96766F; }

 span { border-color: rgb(150,118,111); }

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