#967972

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

Shades of Hemp #967972

Tints of Hemp #967972

Color information

#967972 (or 0x967972) is unknown color: approx Hemp. HEX triplet: 96, 79 and 72. RGB value is (150,121,114). Sum of RGB (Red+Green+Blue) = 150+121+114=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #967972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967972 is #69868D. Grayscale: #808080. Windows color (decimal): -6915726 or 7502230. OLE color: 7502230.

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

Color convert

RGB150121114-
CMYK00.190.240.41
HSL11.67º14.63%51.76%-
HSV(B)11.67º24%58.82%-
XYZ22.4521.3718.86-
YUV128.87119.61143.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=38.96%
G=31.43%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012111400.190.240.4111.6714.6351.76
Hex9679720131829cf34
Octal2261711620233051141764
Binary10010110111100111100100100111100010100111001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967972; }

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

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

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

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

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

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

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

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