#967A6A

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

Shades of Hemp #967A6A

Tints of Hemp #967A6A

Color information

#967A6A (or 0x967A6A) is unknown color: approx Hemp. HEX triplet: 96, 7A and 6A. RGB value is (150,122,106). Sum of RGB (Red+Green+Blue) = 150+122+106=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #967A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A6A is #698595. Grayscale: #808080. Windows color (decimal): -6915478 or 6978198. OLE color: 6978198.

HSL color Cylindrical-coordinate representation of color #967A6A: hue angle of 21.82º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #967A6A is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB150122106-
CMYK00.190.290.41
HSL21.82º17.32%50.2%-
HSV(B)21.82º29.33%58.82%-
XYZ22.1421.4416.61-
YUV128.55115.28143.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=39.68%
G=32.28%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012210600.190.290.4121.8217.3250.2
Hex967A6A0131D29161132
Octal2261721520233551262162
Binary1001011011110101101010010011111011010011011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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