#946E3F

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

Shades of McKenzie #946E3F

Tints of McKenzie #946E3F

Color information

#946E3F (or 0x946E3F) is unknown color: approx McKenzie. HEX triplet: 94, 6E and 3F. RGB value is (148,110,63). Sum of RGB (Red+Green+Blue) = 148+110+63=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #946E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E3F is #6B91C0. Grayscale: #747474. Windows color (decimal): -7049665 or 4157076. OLE color: 4157076.

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

Color convert

RGB14811063-
CMYK00.260.570.42
HSL33.18º40.28%41.37%-
HSV(B)33.18º57.43%58.04%-
XYZ18.6917.817.15-
YUV11698.09150.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 63 (25% from 255) = 19.63%
R=46.11%
G=34.27%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481106300.260.570.4233.1840.2841.37
Hex946E3F01A392A212829
Octal224156770327152415051
Binary100101001101110111111011010111001101010100001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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