#946A39

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

Shades of McKenzie #946A39

Tints of McKenzie #946A39

Color information

#946A39 (or 0x946A39) is unknown color: approx McKenzie. HEX triplet: 94, 6A and 39. RGB value is (148,106,57). Sum of RGB (Red+Green+Blue) = 148+106+57=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #946A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A39 is #6B95C6. Grayscale: #717171. Windows color (decimal): -7050695 or 3762836. OLE color: 3762836.

HSL color Cylindrical-coordinate representation of color #946A39: hue angle of 32.31º 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 #946A39 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14810657-
CMYK00.280.610.42
HSL32.31º44.39%40.2%-
HSV(B)32.31º61.49%58.04%-
XYZ18.1116.96.18-
YUV112.9796.41152.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.59%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 57 (22.66% from 255) = 18.33%
R=47.59%
G=34.08%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481065700.280.610.4232.3144.3940.2
Hex946A3901C3D2A202c28
Octal224152710347552405450
Binary100101001101010111001011100111101101010100000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946A39; }

 p { color: rgb(148,106,57); }

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

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

 a { background-color: rgb(148,106,57); }

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

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

 span { border-color: rgb(148,106,57); }

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