#946940

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

Shades of McKenzie #946940

Tints of McKenzie #946940

Color information

#946940 (or 0x946940) is unknown color: approx McKenzie. HEX triplet: 94, 69 and 40. RGB value is (148,105,64). Sum of RGB (Red+Green+Blue) = 148+105+64=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #946940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946940 is #6B96BF. Grayscale: #717171. Windows color (decimal): -7050944 or 4221332. OLE color: 4221332.

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

Color convert

RGB14810564-
CMYK00.290.570.42
HSL29.29º39.62%41.57%-
HSV(B)29.29º56.76%58.04%-
XYZ18.1916.777.13-
YUV113.18100.25152.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=46.69%
G=33.12%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481056400.290.570.4229.2939.6241.57
Hex94694001D392A1d282a
Octal2241511000357152355052
Binary100101001101001100000001110111100110101011101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946940; }

 p { color: rgb(148,105,64); }

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

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

 a { background-color: rgb(148,105,64); }

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

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

 span { border-color: rgb(148,105,64); }

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