#997974

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

Shades of Hemp #997974

Tints of Hemp #997974

Color information

#997974 (or 0x997974) is unknown color: approx Hemp. HEX triplet: 99, 79 and 74. RGB value is (153,121,116). Sum of RGB (Red+Green+Blue) = 153+121+116=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #997974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997974 is #66868B. Grayscale: #828282. Windows color (decimal): -6719116 or 7633305. OLE color: 7633305.

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

Color convert

RGB153121116-
CMYK00.210.240.4
HSL8.11º15.35%52.75%-
HSV(B)8.11º24.18%60%-
XYZ23.1321.7119.49-
YUV130120.1144.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=39.23%
G=31.03%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312111600.210.240.48.1115.3552.75
Hex99797401518288f35
Octal2311711640253050101765
Binary10011001111100111101000101011100010100010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997974; }

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

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

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

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

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

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

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

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