#997971

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

Shades of Hemp #997971

Tints of Hemp #997971

Color information

#997971 (or 0x997971) is unknown color: approx Hemp. HEX triplet: 99, 79 and 71. RGB value is (153,121,113). Sum of RGB (Red+Green+Blue) = 153+121+113=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #997971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997971 is #66868E. Grayscale: #818181. Windows color (decimal): -6719119 or 7436697. OLE color: 7436697.

HSL color Cylindrical-coordinate representation of color #997971: hue angle of 12º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #997971 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB153121113-
CMYK00.210.260.4
HSL12º16.39%52.16%-
HSV(B)12º26.14%60%-
XYZ22.9521.6418.59-
YUV129.66118.6144.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.53%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=39.53%
G=31.27%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312111300.210.260.41216.3952.16
Hex9979710151A28c1034
Octal2311711610253250142064
Binary100110011111001111000101010111010101000110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997971; }

 p { color: rgb(153,121,113); }

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

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

 a { background-color: rgb(153,121,113); }

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

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

 span { border-color: rgb(153,121,113); }

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