#94623A

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

Shades of McKenzie #94623A

Tints of McKenzie #94623A

Color information

#94623A (or 0x94623A) is unknown color: approx McKenzie. HEX triplet: 94, 62 and 3A. RGB value is (148,98,58). Sum of RGB (Red+Green+Blue) = 148+98+58=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #94623A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94623A is #6B9DC5. Grayscale: #6C6C6C. Windows color (decimal): -7052742 or 3826324. OLE color: 3826324.

HSL color Cylindrical-coordinate representation of color #94623A: hue angle of 26.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94623A is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1489858-
CMYK00.340.610.42
HSL26.67º43.69%40.39%-
HSV(B)26.67º60.81%58.04%-
XYZ17.3415.346.05-
YUV108.3999.56156.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 58 (23.05% from 255) = 19.08%
R=48.68%
G=32.24%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148985800.340.610.4226.6743.6940.39
Hex94623A0223D2A1b2c28
Octal224142720427552335450
Binary100101001100010111010010001011110110101011011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94623A; }

 p { color: rgb(148,98,58); }

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

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

 a { background-color: rgb(148,98,58); }

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

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

 span { border-color: rgb(148,98,58); }

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