#946B3F

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

Shades of McKenzie #946B3F

Tints of McKenzie #946B3F

Color information

#946B3F (or 0x946B3F) is unknown color: approx McKenzie. HEX triplet: 94, 6B and 3F. RGB value is (148,107,63). Sum of RGB (Red+Green+Blue) = 148+107+63=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #946B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B3F is #6B94C0. Grayscale: #727272. Windows color (decimal): -7050433 or 4156308. OLE color: 4156308.

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

Color convert

RGB14810763-
CMYK00.280.570.42
HSL31.06º40.28%41.37%-
HSV(B)31.06º57.43%58.04%-
XYZ18.3717.177.05-
YUV114.2499.08152.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 63 (25% from 255) = 19.81%
R=46.54%
G=33.65%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481076300.280.570.4231.0640.2841.37
Hex946B3F01C392A1f2829
Octal224153770347152375051
Binary10010100110101111111101110011100110101011111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,107,63); }

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

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

 a { background-color: rgb(148,107,63); }

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

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

 span { border-color: rgb(148,107,63); }

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