#986D3E

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

Shades of McKenzie #986D3E

Tints of McKenzie #986D3E

Color information

#986D3E (or 0x986D3E) is unknown color: approx McKenzie. HEX triplet: 98, 6D and 3E. RGB value is (152,109,62). Sum of RGB (Red+Green+Blue) = 152+109+62=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #986D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D3E is #6792C1. Grayscale: #747474. Windows color (decimal): -6787778 or 4091288. OLE color: 4091288.

HSL color Cylindrical-coordinate representation of color #986D3E: hue angle of 31.33º degrees, saturation: 0.42, 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 #986D3E is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB15210962-
CMYK00.280.590.40
HSL31.33º42.06%41.96%-
HSV(B)31.33º59.21%59.61%-
XYZ19.2917.967.01-
YUV116.597.25153.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 109 (42.97% from 255) = 33.75%
BLUE value IS 62 (24.61% from 255) = 19.20%
R=47.06%
G=33.75%
B=19.20%

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
Decimal1521096200.280.590.4031.3342.0641.96
Hex986D3E01C3B281f2a2a
Octal230155760347350375252
Binary10011000110110111111001110011101110100011111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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