#986B3D

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

Shades of McKenzie #986B3D

Tints of McKenzie #986B3D

Color information

#986B3D (or 0x986B3D) is unknown color: approx McKenzie. HEX triplet: 98, 6B and 3D. RGB value is (152,107,61). Sum of RGB (Red+Green+Blue) = 152+107+61=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #986B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986B3D is #6794C2. Grayscale: #737373. Windows color (decimal): -6788291 or 4025240. OLE color: 4025240.

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

Color convert

RGB15210761-
CMYK00.300.600.40
HSL30.33º42.72%41.76%-
HSV(B)30.33º59.87%59.61%-
XYZ19.0517.536.79-
YUV115.2197.41154.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 61 (24.22% from 255) = 19.06%
R=47.5%
G=33.44%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521076100.300.600.4030.3342.7241.76
Hex986B3D01E3C281e2b2a
Octal230153750367450365352
Binary10011000110101111110101111011110010100011110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,107,61); }

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

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

 a { background-color: rgb(152,107,61); }

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

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

 span { border-color: rgb(152,107,61); }

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