#946433

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

Shades of McKenzie #946433

Tints of McKenzie #946433

Color information

#946433 (or 0x946433) is unknown color: approx McKenzie. HEX triplet: 94, 64 and 33. RGB value is (148,100,51). Sum of RGB (Red+Green+Blue) = 148+100+51=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #946433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946433 is #6B9BCC. Grayscale: #6D6D6D. Windows color (decimal): -7052237 or 3368084. OLE color: 3368084.

HSL color Cylindrical-coordinate representation of color #946433: hue angle of 30.31º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #946433 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB14810051-
CMYK00.320.660.42
HSL30.31º48.74%39.02%-
HSV(B)30.31º65.54%58.04%-
XYZ17.3715.655.24-
YUV108.7795.4155.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.50%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 51 (20.31% from 255) = 17.06%
R=49.50%
G=33.44%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481005100.320.660.4230.3148.7439.02
Hex946433020422A1e3127
Octal2241446304010252366147
Binary1001010011001001100110100000100001010101011110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946433; }

 p { color: rgb(148,100,51); }

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

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

 a { background-color: rgb(148,100,51); }

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

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

 span { border-color: rgb(148,100,51); }

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