#946634

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

Shades of McKenzie #946634

Tints of McKenzie #946634

Color information

#946634 (or 0x946634) is unknown color: approx McKenzie. HEX triplet: 94, 66 and 34. RGB value is (148,102,52). Sum of RGB (Red+Green+Blue) = 148+102+52=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #946634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946634 is #6B99CB. Grayscale: #6E6E6E. Windows color (decimal): -7051724 or 3434132. OLE color: 3434132.

HSL color Cylindrical-coordinate representation of color #946634: hue angle of 31.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #946634 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB14810252-
CMYK00.310.650.42
HSL31.25º48%39.22%-
HSV(B)31.25º64.86%58.04%-
XYZ17.5816.055.42-
YUV110.0595.24155.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.01%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 52 (20.70% from 255) = 17.22%
R=49.01%
G=33.77%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481025200.310.650.4231.254839.22
Hex94663401F412A1f3027
Octal2241466403710152376047
Binary100101001100110110100011111100000110101011111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946634; }

 p { color: rgb(148,102,52); }

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

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

 a { background-color: rgb(148,102,52); }

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

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

 span { border-color: rgb(148,102,52); }

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