#946B40

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

Shades of McKenzie #946B40

Tints of McKenzie #946B40

Color information

#946B40 (or 0x946B40) is unknown color: approx McKenzie. HEX triplet: 94, 6B and 40. RGB value is (148,107,64). Sum of RGB (Red+Green+Blue) = 148+107+64=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #946B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B40 is #6B94BF. Grayscale: #727272. Windows color (decimal): -7050432 or 4221844. OLE color: 4221844.

HSL color Cylindrical-coordinate representation of color #946B40: hue angle of 30.71º 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 #946B40 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB14810764-
CMYK00.280.570.42
HSL30.71º39.62%41.57%-
HSV(B)30.71º56.76%58.04%-
XYZ18.417.187.2-
YUV114.3699.58152-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=46.39%
G=33.54%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481076400.280.570.4230.7139.6241.57
Hex946B4001C392A1f282a
Octal2241531000347152375052
Binary100101001101011100000001110011100110101011111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946B40; }

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

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

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

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

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

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

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

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