#967A6D

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

Shades of Hemp #967A6D

Tints of Hemp #967A6D

Color information

#967A6D (or 0x967A6D) is unknown color: approx Hemp. HEX triplet: 96, 7A and 6D. RGB value is (150,122,109). Sum of RGB (Red+Green+Blue) = 150+122+109=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #967A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A6D is #698592. Grayscale: #808080. Windows color (decimal): -6915475 or 7174806. OLE color: 7174806.

HSL color Cylindrical-coordinate representation of color #967A6D: hue angle of 19.02º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #967A6D is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB150122109-
CMYK00.190.270.41
HSL19.02º16.33%50.78%-
HSV(B)19.02º27.33%58.82%-
XYZ22.321.5117.44-
YUV128.89116.78143.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=39.37%
G=32.02%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012210900.190.270.4119.0216.3350.78
Hex967A6D0131B29131033
Octal2261721550233351232063
Binary1001011011110101101101010011110111010011001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967A6D; }

 p { color: rgb(150,122,109); }

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

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

 a { background-color: rgb(150,122,109); }

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

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

 span { border-color: rgb(150,122,109); }

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