#94663F

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

Shades of McKenzie #94663F

Tints of McKenzie #94663F

Color information

#94663F (or 0x94663F) is unknown color: approx McKenzie. HEX triplet: 94, 66 and 3F. RGB value is (148,102,63). Sum of RGB (Red+Green+Blue) = 148+102+63=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #94663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94663F is #6B99C0. Grayscale: #6F6F6F. Windows color (decimal): -7051713 or 4155028. OLE color: 4155028.

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

Color convert

RGB14810263-
CMYK00.310.570.42
HSL27.53º40.28%41.37%-
HSV(B)27.53º57.43%58.04%-
XYZ17.8616.166.88-
YUV111.31100.74154.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 63 (25% from 255) = 20.13%
R=47.28%
G=32.59%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481026300.310.570.4227.5340.2841.37
Hex94663F01F392A1c2829
Octal224146770377152345051
Binary10010100110011011111101111111100110101011100101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94663F; }

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

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

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

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

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

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

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

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