#946D3D

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

Shades of McKenzie #946D3D

Tints of McKenzie #946D3D

Color information

#946D3D (or 0x946D3D) is unknown color: approx McKenzie. HEX triplet: 94, 6D and 3D. RGB value is (148,109,61). Sum of RGB (Red+Green+Blue) = 148+109+61=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #946D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D3D is #6B92C2. Grayscale: #737373. Windows color (decimal): -7049923 or 4025748. OLE color: 4025748.

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

Color convert

RGB14810961-
CMYK00.260.590.42
HSL33.1º41.63%40.98%-
HSV(B)33.1º58.78%58.04%-
XYZ18.5217.576.83-
YUV115.1997.42151.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 61 (24.22% from 255) = 19.18%
R=46.54%
G=34.28%
B=19.18%

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
Decimal1481096100.260.590.4233.141.6340.98
Hex946D3D01A3B2A212a29
Octal224155750327352415251
Binary100101001101101111101011010111011101010100001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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