#946641

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

Shades of McKenzie #946641

Tints of McKenzie #946641

Color information

#946641 (or 0x946641) is unknown color: approx McKenzie. HEX triplet: 94, 66 and 41. RGB value is (148,102,65). Sum of RGB (Red+Green+Blue) = 148+102+65=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #946641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946641 is #6B99BE. Grayscale: #6F6F6F. Windows color (decimal): -7051711 or 4286100. OLE color: 4286100.

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

Color convert

RGB14810265-
CMYK00.310.560.42
HSL26.75º38.97%41.76%-
HSV(B)26.75º56.08%58.04%-
XYZ17.9216.187.18-
YUV111.54101.74154.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=46.98%
G=32.38%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481026500.310.560.4226.7538.9741.76
Hex94664101F382A1b272a
Octal2241461010377052334752
Binary100101001100110100000101111111100010101011011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946641; }

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

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

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

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

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

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

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

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