#97766F

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

Shades of Hemp #97766F

Tints of Hemp #97766F

Color information

#97766F (or 0x97766F) is unknown color: approx Hemp. HEX triplet: 97, 76 and 6F. RGB value is (151,118,111). Sum of RGB (Red+Green+Blue) = 151+118+111=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #97766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97766F is #688990. Grayscale: #7F7F7F. Windows color (decimal): -6850961 or 7304855. OLE color: 7304855.

HSL color Cylindrical-coordinate representation of color #97766F: hue angle of 10.5º 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 #97766F is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB151118111-
CMYK00.220.260.41
HSL10.5º16.13%51.37%-
HSV(B)10.5º26.49%59.22%-
XYZ22.1120.6817.87-
YUV127.07118.93145.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.74%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=39.74%
G=31.05%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111811100.220.260.4110.516.1351.37
Hex97766F0161A29a1033
Octal2271661570263251122063
Binary100101111110110110111101011011010101001101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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