#967B71

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

Shades of Hemp #967B71

Tints of Hemp #967B71

Color information

#967B71 (or 0x967B71) is unknown color: approx Hemp. HEX triplet: 96, 7B and 71. RGB value is (150,123,113). Sum of RGB (Red+Green+Blue) = 150+123+113=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #967B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B71 is #69848E. Grayscale: #828282. Windows color (decimal): -6915215 or 7437206. OLE color: 7437206.

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

Color convert

RGB150123113-
CMYK00.180.250.41
HSL16.22º14.98%51.57%-
HSV(B)16.22º24.67%58.82%-
XYZ22.6421.8418.65-
YUV129.93118.45142.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 123 (48.44% from 255) = 31.87%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=38.86%
G=31.87%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012311300.180.250.4116.2214.9851.57
Hex967B71012192910f34
Octal2261731610223151201764
Binary100101101111011111000101001011001101001100001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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