#986C3D

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

Shades of McKenzie #986C3D

Tints of McKenzie #986C3D

Color information

#986C3D (or 0x986C3D) is unknown color: approx McKenzie. HEX triplet: 98, 6C and 3D. RGB value is (152,108,61). Sum of RGB (Red+Green+Blue) = 152+108+61=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #986C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C3D is #6793C2. Grayscale: #747474. Windows color (decimal): -6788035 or 4025496. OLE color: 4025496.

HSL color Cylindrical-coordinate representation of color #986C3D: hue angle of 30.99º 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 #986C3D is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB15210861-
CMYK00.290.600.40
HSL30.99º42.72%41.76%-
HSV(B)30.99º59.87%59.61%-
XYZ19.1517.746.83-
YUV115.897.08153.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 61 (24.22% from 255) = 19.00%
R=47.35%
G=33.64%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521086100.290.600.4030.9942.7241.76
Hex986C3D01D3C281f2b2a
Octal230154750357450375352
Binary10011000110110011110101110111110010100011111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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