#997B74

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

Shades of Hemp #997B74

Tints of Hemp #997B74

Color information

#997B74 (or 0x997B74) is unknown color: approx Hemp. HEX triplet: 99, 7B and 74. RGB value is (153,123,116). Sum of RGB (Red+Green+Blue) = 153+123+116=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #997B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B74 is #66848B. Grayscale: #838383. Windows color (decimal): -6718604 or 7633817. OLE color: 7633817.

HSL color Cylindrical-coordinate representation of color #997B74: hue angle of 11.35º 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 #997B74 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB153123116-
CMYK00.200.240.4
HSL11.35º15.35%52.75%-
HSV(B)11.35º24.18%60%-
XYZ23.3722.219.58-
YUV131.17119.44143.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=39.03%
G=31.38%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312311600.200.240.411.3515.3552.75
Hex997B740141828bf35
Octal2311731640243050131765
Binary10011001111101111101000101001100010100010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997B74; }

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

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

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

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

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

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

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

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