#967040

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

Shades of McKenzie #967040

Tints of McKenzie #967040

Color information

#967040 (or 0x967040) is unknown color: approx McKenzie. HEX triplet: 96, 70 and 40. RGB value is (150,112,64). Sum of RGB (Red+Green+Blue) = 150+112+64=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #967040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967040 is #698FBF. Grayscale: #767676. Windows color (decimal): -6918080 or 4223126. OLE color: 4223126.

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

Color convert

RGB15011264-
CMYK00.250.570.41
HSL33.49º40.19%41.96%-
HSV(B)33.49º57.33%58.82%-
XYZ19.318.447.39-
YUV117.8997.59150.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=46.01%
G=34.36%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501126400.250.570.4133.4940.1941.96
Hex967040019392921282a
Octal2261601000317151415052
Binary1001011011100001000000011001111001101001100001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967040; }

 p { color: rgb(150,112,64); }

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

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

 a { background-color: rgb(150,112,64); }

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

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

 span { border-color: rgb(150,112,64); }

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