#94623D

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

Shades of McKenzie #94623D

Tints of McKenzie #94623D

Color information

#94623D (or 0x94623D) is unknown color: approx McKenzie. HEX triplet: 94, 62 and 3D. RGB value is (148,98,61). Sum of RGB (Red+Green+Blue) = 148+98+61=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94623D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94623D is #6B9DC2. Grayscale: #6C6C6C. Windows color (decimal): -7052739 or 4022932. OLE color: 4022932.

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

Color convert

RGB1489861-
CMYK00.340.590.42
HSL25.52º41.63%40.98%-
HSV(B)25.52º58.78%58.04%-
XYZ17.4215.376.46-
YUV108.73101.06156.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=48.21%
G=31.92%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148986100.340.590.4225.5241.6340.98
Hex94623D0223B2A1a2a29
Octal224142750427352325251
Binary100101001100010111101010001011101110101011010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94623D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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