#946E3D

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

Shades of McKenzie #946E3D

Tints of McKenzie #946E3D

Color information

#946E3D (or 0x946E3D) is unknown color: approx McKenzie. HEX triplet: 94, 6E and 3D. RGB value is (148,110,61). Sum of RGB (Red+Green+Blue) = 148+110+61=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #946E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E3D is #6B91C2. Grayscale: #747474. Windows color (decimal): -7049667 or 4026004. OLE color: 4026004.

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

Color convert

RGB14811061-
CMYK00.260.590.42
HSL33.79º41.63%40.98%-
HSV(B)33.79º58.78%58.04%-
XYZ18.6317.786.87-
YUV115.7897.09150.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=46.39%
G=34.48%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481106100.260.590.4233.7941.6340.98
Hex946E3D01A3B2A222a29
Octal224156750327352425251
Binary100101001101110111101011010111011101010100010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,110,61); }

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

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

 a { background-color: rgb(148,110,61); }

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

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

 span { border-color: rgb(148,110,61); }

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