#977968

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

Shades of Hemp #977968

Tints of Hemp #977968

Color information

#977968 (or 0x977968) is unknown color: approx Hemp. HEX triplet: 97, 79 and 68. RGB value is (151,121,104). Sum of RGB (Red+Green+Blue) = 151+121+104=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #977968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977968 is #688697. Grayscale: #808080. Windows color (decimal): -6850200 or 6846871. OLE color: 6846871.

HSL color Cylindrical-coordinate representation of color #977968: hue angle of 21.7º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #977968 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB151121104-
CMYK00.200.310.41
HSL21.7º18.43%50%-
HSV(B)21.7º31.13%59.22%-
XYZ22.121.2516.03-
YUV128.03114.44144.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=40.16%
G=32.18%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112110400.200.310.4121.718.4350
Hex9779680141F29161232
Octal2271711500243751262262
Binary1001011111110011101000010100111111010011011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977968; }

 p { color: rgb(151,121,104); }

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

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

 a { background-color: rgb(151,121,104); }

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

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

 span { border-color: rgb(151,121,104); }

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