#967E3F

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

Shades of Highball #967E3F

Tints of Highball #967E3F

Color information

#967E3F (or 0x967E3F) is unknown color: approx Highball. HEX triplet: 96, 7E and 3F. RGB value is (150,126,63). Sum of RGB (Red+Green+Blue) = 150+126+63=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #967E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E3F is #6981C0. Grayscale: #7E7E7E. Windows color (decimal): -6914497 or 4161174. OLE color: 4161174.

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

Color convert

RGB15012663-
CMYK00.160.580.41
HSL43.45º40.85%41.76%-
HSV(B)43.45º58%58.82%-
XYZ20.9421.767.8-
YUV125.9992.45145.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 63 (25% from 255) = 18.58%
R=44.25%
G=37.17%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501266300.160.580.4143.4540.8541.76
Hex967E3F0103A292b292a
Octal226176770207251535152
Binary100101101111110111111010000111010101001101011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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