#967B76

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

Shades of Hemp #967B76

Tints of Hemp #967B76

Color information

#967B76 (or 0x967B76) is unknown color: approx Hemp. HEX triplet: 96, 7B and 76. RGB value is (150,123,118). Sum of RGB (Red+Green+Blue) = 150+123+118=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #967B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B76 is #698489. Grayscale: #828282. Windows color (decimal): -6915210 or 7764886. OLE color: 7764886.

HSL color Cylindrical-coordinate representation of color #967B76: hue angle of 9.37º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #967B76 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB150123118-
CMYK00.180.210.41
HSL9.37º13.22%52.55%-
HSV(B)9.37º21.33%58.82%-
XYZ22.9321.9620.17-
YUV130.5120.95141.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=38.36%
G=31.46%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012311800.180.210.419.3713.2252.55
Hex967B7601215299d35
Octal2261731660222551111565
Binary10010110111101111101100100101010110100110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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