#967974

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

Shades of Hemp #967974

Tints of Hemp #967974

Color information

#967974 (or 0x967974) is unknown color: approx Hemp. HEX triplet: 96, 79 and 74. RGB value is (150,121,116). Sum of RGB (Red+Green+Blue) = 150+121+116=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #967974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967974 is #69868B. Grayscale: #818181. Windows color (decimal): -6915724 or 7633302. OLE color: 7633302.

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

Color convert

RGB150121116-
CMYK00.190.230.41
HSL8.82º13.93%52.16%-
HSV(B)8.82º22.67%58.82%-
XYZ22.5721.4219.47-
YUV129.1120.61142.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=38.76%
G=31.27%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012111600.190.230.418.8213.9352.16
Hex96797401317299e34
Octal2261711640232751111664
Binary10010110111100111101000100111011110100110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967974; }

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

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

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

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

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

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

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

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