#94623B

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

Shades of McKenzie #94623B

Tints of McKenzie #94623B

Color information

#94623B (or 0x94623B) is unknown color: approx McKenzie. HEX triplet: 94, 62 and 3B. RGB value is (148,98,59). Sum of RGB (Red+Green+Blue) = 148+98+59=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94623B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94623B is #6B9DC4. Grayscale: #6C6C6C. Windows color (decimal): -7052741 or 3891860. OLE color: 3891860.

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

Color convert

RGB1489859-
CMYK00.340.600.42
HSL26.29º43%40.59%-
HSV(B)26.29º60.14%58.04%-
XYZ17.3715.356.18-
YUV108.5100.06156.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 59 (23.44% from 255) = 19.34%
R=48.52%
G=32.13%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148985900.340.600.4226.294340.59
Hex94623B0223C2A1a2b29
Octal224142730427452325351
Binary100101001100010111011010001011110010101011010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94623B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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