#97756B

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

Shades of Hemp #97756B

Tints of Hemp #97756B

Color information

#97756B (or 0x97756B) is unknown color: approx Hemp. HEX triplet: 97, 75 and 6B. RGB value is (151,117,107). Sum of RGB (Red+Green+Blue) = 151+117+107=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #97756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97756B is #688A94. Grayscale: #7E7E7E. Windows color (decimal): -6851221 or 7042455. OLE color: 7042455.

HSL color Cylindrical-coordinate representation of color #97756B: hue angle of 13.64º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97756B is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB151117107-
CMYK00.230.290.41
HSL13.64º17.46%50.59%-
HSV(B)13.64º29.14%59.22%-
XYZ21.7820.3616.69-
YUV126.03117.26145.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=40.27%
G=31.2%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111710700.230.290.4113.6417.4650.59
Hex97756B0171D29e1133
Octal2271651530273551162163
Binary100101111110101110101101011111101101001111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97756B; }

 p { color: rgb(151,117,107); }

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

<style>
 a { background-color: #97756B; }

 a { background-color: rgb(151,117,107); }

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

<style>
 span { border-color: #97756B; }

 span { border-color: rgb(151,117,107); }

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