#94673F

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

Shades of McKenzie #94673F

Tints of McKenzie #94673F

Color information

#94673F (or 0x94673F) is unknown color: approx McKenzie. HEX triplet: 94, 67 and 3F. RGB value is (148,103,63). Sum of RGB (Red+Green+Blue) = 148+103+63=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #94673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94673F is #6B98C0. Grayscale: #707070. Windows color (decimal): -7051457 or 4155284. OLE color: 4155284.

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

Color convert

RGB14810363-
CMYK00.300.570.42
HSL28.24º40.28%41.37%-
HSV(B)28.24º57.43%58.04%-
XYZ17.9616.366.91-
YUV111.9100.41153.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 63 (25% from 255) = 20.06%
R=47.13%
G=32.80%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481036300.300.570.4228.2440.2841.37
Hex94673F01E392A1c2829
Octal224147770367152345051
Binary10010100110011111111101111011100110101011100101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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