#937042

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

Shades of McKenzie #937042

Tints of McKenzie #937042

Color information

#937042 (or 0x937042) is unknown color: approx McKenzie. HEX triplet: 93, 70 and 42. RGB value is (147,112,66). Sum of RGB (Red+Green+Blue) = 147+112+66=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #937042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937042 is #6C8FBD. Grayscale: #757575. Windows color (decimal): -7114686 or 4354195. OLE color: 4354195.

HSL color Cylindrical-coordinate representation of color #937042: hue angle of 34.07º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #937042 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB14711266-
CMYK00.240.550.42
HSL34.07º38.03%41.76%-
HSV(B)34.07º55.1%57.65%-
XYZ18.8118.187.67-
YUV117.2299.1149.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=45.23%
G=34.46%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471126600.240.550.4234.0738.0341.76
Hex937042018372A22262a
Octal2231601020306752424652
Binary1001001111100001000010011000110111101010100010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937042; }

 p { color: rgb(147,112,66); }

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

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

 a { background-color: rgb(147,112,66); }

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

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

 span { border-color: rgb(147,112,66); }

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