#967770

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

Shades of Hemp #967770

Tints of Hemp #967770

Color information

#967770 (or 0x967770) is unknown color: approx Hemp. HEX triplet: 96, 77 and 70. RGB value is (150,119,112). Sum of RGB (Red+Green+Blue) = 150+119+112=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #967770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967770 is #69888F. Grayscale: #7F7F7F. Windows color (decimal): -6916240 or 7370646. OLE color: 7370646.

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

Color convert

RGB150119112-
CMYK00.210.250.41
HSL11.05º15.32%51.37%-
HSV(B)11.05º25.33%58.82%-
XYZ22.120.8518.19-
YUV127.47119.27144.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=39.37%
G=31.23%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011911200.210.250.4111.0515.3251.37
Hex9677700151929bf33
Octal2261671600253151131763
Binary10010110111011111100000101011100110100110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967770; }

 p { color: rgb(150,119,112); }

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

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

 a { background-color: rgb(150,119,112); }

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

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

 span { border-color: rgb(150,119,112); }

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