#967772

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

Shades of Hemp #967772

Tints of Hemp #967772

Color information

#967772 (or 0x967772) is unknown color: approx Hemp. HEX triplet: 96, 77 and 72. RGB value is (150,119,114). Sum of RGB (Red+Green+Blue) = 150+119+114=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #967772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967772 is #69888D. Grayscale: #7F7F7F. Windows color (decimal): -6916238 or 7501718. OLE color: 7501718.

HSL color Cylindrical-coordinate representation of color #967772: hue angle of 8.33º 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 #967772 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB150119114-
CMYK00.210.240.41
HSL8.33º14.63%51.76%-
HSV(B)8.33º24%58.82%-
XYZ22.2120.8918.78-
YUV127.7120.27143.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=39.16%
G=31.07%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011911400.210.240.418.3314.6351.76
Hex96777201518298f34
Octal2261671620253051101764
Binary10010110111011111100100101011100010100110001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967772; }

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

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

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

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

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

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

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

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