#946D3A

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

Shades of McKenzie #946D3A

Tints of McKenzie #946D3A

Color information

#946D3A (or 0x946D3A) is unknown color: approx McKenzie. HEX triplet: 94, 6D and 3A. RGB value is (148,109,58). Sum of RGB (Red+Green+Blue) = 148+109+58=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #946D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D3A is #6B92C5. Grayscale: #737373. Windows color (decimal): -7049926 or 3829140. OLE color: 3829140.

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

Color convert

RGB14810958-
CMYK00.260.610.42
HSL34º43.69%40.39%-
HSV(B)34º60.81%58.04%-
XYZ18.4517.546.42-
YUV114.8595.92151.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=46.98%
G=34.60%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481095800.260.610.423443.6940.39
Hex946D3A01A3D2A222c28
Octal224155720327552425450
Binary100101001101101111010011010111101101010100010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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