#967B6C

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

Shades of Hemp #967B6C

Tints of Hemp #967B6C

Color information

#967B6C (or 0x967B6C) is unknown color: approx Hemp. HEX triplet: 96, 7B and 6C. RGB value is (150,123,108). Sum of RGB (Red+Green+Blue) = 150+123+108=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #967B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B6C is #698493. Grayscale: #818181. Windows color (decimal): -6915220 or 7109526. OLE color: 7109526.

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

Color convert

RGB150123108-
CMYK00.180.280.41
HSL21.43º16.67%50.59%-
HSV(B)21.43º28%58.82%-
XYZ22.3721.7317.2-
YUV129.36115.95142.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=39.37%
G=32.28%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012310800.180.280.4121.4316.6750.59
Hex967B6C0121C29151133
Octal2261731540223451252163
Binary1001011011110111101100010010111001010011010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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