#926D40

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

Shades of McKenzie #926D40

Tints of McKenzie #926D40

Color information

#926D40 (or 0x926D40) is unknown color: approx McKenzie. HEX triplet: 92, 6D and 40. RGB value is (146,109,64). Sum of RGB (Red+Green+Blue) = 146+109+64=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #926D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926D40 is #6D92BF. Grayscale: #737373. Windows color (decimal): -7180992 or 4222354. OLE color: 4222354.

HSL color Cylindrical-coordinate representation of color #926D40: hue angle of 32.93º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #926D40 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB14610964-
CMYK00.250.560.43
HSL32.93º39.05%41.18%-
HSV(B)32.93º56.16%57.25%-
XYZ18.2517.427.25-
YUV114.9399.26150.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.77%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=45.77%
G=34.17%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461096400.250.560.4332.9339.0541.18
Hex926D40019382B212729
Octal2221551000317053414751
Binary1001001011011011000000011001111000101011100001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926D40; }

 p { color: rgb(146,109,64); }

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

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

 a { background-color: rgb(146,109,64); }

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

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

 span { border-color: rgb(146,109,64); }

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