#967A6E

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

Shades of Hemp #967A6E

Tints of Hemp #967A6E

Color information

#967A6E (or 0x967A6E) is unknown color: approx Hemp. HEX triplet: 96, 7A and 6E. RGB value is (150,122,110). Sum of RGB (Red+Green+Blue) = 150+122+110=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #967A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A6E is #698591. Grayscale: #818181. Windows color (decimal): -6915474 or 7240342. OLE color: 7240342.

HSL color Cylindrical-coordinate representation of color #967A6E: hue angle of 18º 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 #967A6E is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB150122110-
CMYK00.190.270.41
HSL18º16%50.98%-
HSV(B)18º26.67%58.82%-
XYZ22.3521.5317.73-
YUV129117.28142.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 122 (48.05% from 255) = 31.94%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=39.27%
G=31.94%
B=28.80%

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
Decimal15012211000.190.270.41181650.98
Hex967A6E0131B29121033
Octal2261721560233351222063
Binary1001011011110101101110010011110111010011001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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