#946D3C

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

Shades of McKenzie #946D3C

Tints of McKenzie #946D3C

Color information

#946D3C (or 0x946D3C) is unknown color: approx McKenzie. HEX triplet: 94, 6D and 3C. RGB value is (148,109,60). Sum of RGB (Red+Green+Blue) = 148+109+60=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #946D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D3C is #6B92C3. Grayscale: #737373. Windows color (decimal): -7049924 or 3960212. OLE color: 3960212.

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

Color convert

RGB14810960-
CMYK00.260.590.42
HSL33.41º42.31%40.78%-
HSV(B)33.41º59.46%58.04%-
XYZ18.517.566.69-
YUV115.0796.92151.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 60 (23.83% from 255) = 18.93%
R=46.69%
G=34.38%
B=18.93%

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
Decimal1481096000.260.590.4233.4142.3140.78
Hex946D3C01A3B2A212a29
Octal224155740327352415251
Binary100101001101101111100011010111011101010100001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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