#946F3D

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

Shades of McKenzie #946F3D

Tints of McKenzie #946F3D

Color information

#946F3D (or 0x946F3D) is unknown color: approx McKenzie. HEX triplet: 94, 6F and 3D. RGB value is (148,111,61). Sum of RGB (Red+Green+Blue) = 148+111+61=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #946F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946F3D is #6B90C2. Grayscale: #747474. Windows color (decimal): -7049411 or 4026260. OLE color: 4026260.

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

Color convert

RGB14811161-
CMYK00.250.590.42
HSL34.48º41.63%40.98%-
HSV(B)34.48º58.78%58.04%-
XYZ18.74186.9-
YUV116.3696.76150.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 61 (24.22% from 255) = 19.06%
R=46.25%
G=34.69%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481116100.250.590.4234.4841.6340.98
Hex946F3D0193B2A222a29
Octal224157750317352425251
Binary100101001101111111101011001111011101010100010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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