#997A68

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

Shades of Hemp #997A68

Tints of Hemp #997A68

Color information

#997A68 (or 0x997A68) is unknown color: approx Hemp. HEX triplet: 99, 7A and 68. RGB value is (153,122,104). Sum of RGB (Red+Green+Blue) = 153+122+104=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #997A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A68 is #668597. Grayscale: #818181. Windows color (decimal): -6718872 or 6847129. OLE color: 6847129.

HSL color Cylindrical-coordinate representation of color #997A68: hue angle of 22.04º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #997A68 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB153122104-
CMYK00.200.320.4
HSL22.04º19.37%50.39%-
HSV(B)22.04º32.03%60%-
XYZ22.621.6916.09-
YUV129.22113.77144.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=40.37%
G=32.19%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312210400.200.320.422.0419.3750.39
Hex997A680142028161332
Octal2311721500244050262362
Binary10011001111101011010000101001000001010001011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,122,104); }

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

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

 a { background-color: rgb(153,122,104); }

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

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

 span { border-color: rgb(153,122,104); }

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