#986D3F

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

Shades of McKenzie #986D3F

Tints of McKenzie #986D3F

Color information

#986D3F (or 0x986D3F) is unknown color: approx McKenzie. HEX triplet: 98, 6D and 3F. RGB value is (152,109,63). Sum of RGB (Red+Green+Blue) = 152+109+63=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #986D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D3F is #6792C0. Grayscale: #747474. Windows color (decimal): -6787777 or 4156824. OLE color: 4156824.

HSL color Cylindrical-coordinate representation of color #986D3F: hue angle of 31.01º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #986D3F is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB15210963-
CMYK00.280.590.40
HSL31.01º41.4%42.16%-
HSV(B)31.01º58.55%59.61%-
XYZ19.3117.977.15-
YUV116.6197.75153.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 63 (25% from 255) = 19.44%
R=46.91%
G=33.64%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521096300.280.590.4031.0141.442.16
Hex986D3F01C3B281f292a
Octal230155770347350375152
Binary10011000110110111111101110011101110100011111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986D3F; }

 p { color: rgb(152,109,63); }

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

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

 a { background-color: rgb(152,109,63); }

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

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

 span { border-color: rgb(152,109,63); }

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