#967E75

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

Shades of Hemp #967E75

Tints of Hemp #967E75

Color information

#967E75 (or 0x967E75) is unknown color: approx Hemp. HEX triplet: 96, 7E and 75. RGB value is (150,126,117). Sum of RGB (Red+Green+Blue) = 150+126+117=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #967E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E75 is #69818A. Grayscale: #848484. Windows color (decimal): -6914443 or 7700118. OLE color: 7700118.

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

Color convert

RGB150126117-
CMYK00.160.220.41
HSL16.36º13.58%52.35%-
HSV(B)16.36º22%58.82%-
XYZ23.2522.6919.98-
YUV132.15119.45140.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=38.17%
G=32.06%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012611700.160.220.4116.3613.5852.35
Hex967E75010162910e34
Octal2261761650202651201664
Binary100101101111110111010101000010110101001100001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,126,117); }

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

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

 a { background-color: rgb(150,126,117); }

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

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

 span { border-color: rgb(150,126,117); }

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