#967971

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

Shades of Hemp #967971

Tints of Hemp #967971

Color information

#967971 (or 0x967971) is unknown color: approx Hemp. HEX triplet: 96, 79 and 71. RGB value is (150,121,113). Sum of RGB (Red+Green+Blue) = 150+121+113=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #967971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967971 is #69868E. Grayscale: #808080. Windows color (decimal): -6915727 or 7436694. OLE color: 7436694.

HSL color Cylindrical-coordinate representation of color #967971: hue angle of 12.97º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967971 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB150121113-
CMYK00.190.250.41
HSL12.97º14.98%51.57%-
HSV(B)12.97º24.67%58.82%-
XYZ22.421.3518.56-
YUV128.76119.11143.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=39.06%
G=31.51%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012111300.190.250.4112.9714.9851.57
Hex9679710131929df34
Octal2261711610233151151764
Binary10010110111100111100010100111100110100111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967971; }

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

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

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

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

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

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

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

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