#967B6E

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

Shades of Hemp #967B6E

Tints of Hemp #967B6E

Color information

#967B6E (or 0x967B6E) is unknown color: approx Hemp. HEX triplet: 96, 7B and 6E. RGB value is (150,123,110). Sum of RGB (Red+Green+Blue) = 150+123+110=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #967B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B6E is #698491. Grayscale: #818181. Windows color (decimal): -6915218 or 7240598. OLE color: 7240598.

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

Color convert

RGB150123110-
CMYK00.180.270.41
HSL19.5º16%50.98%-
HSV(B)19.5º26.67%58.82%-
XYZ22.4821.7817.77-
YUV129.59116.95142.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=39.16%
G=32.11%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012311000.180.270.4119.51650.98
Hex967B6E0121B29131033
Octal2261731560223351232063
Binary1001011011110111101110010010110111010011001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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