#986A3C

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

Shades of McKenzie #986A3C

Tints of McKenzie #986A3C

Color information

#986A3C (or 0x986A3C) is unknown color: approx McKenzie. HEX triplet: 98, 6A and 3C. RGB value is (152,106,60). Sum of RGB (Red+Green+Blue) = 152+106+60=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #986A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A3C is #6795C3. Grayscale: #727272. Windows color (decimal): -6788548 or 3959448. OLE color: 3959448.

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

Color convert

RGB15210660-
CMYK00.300.610.40
HSL30º43.4%41.57%-
HSV(B)30º60.53%59.61%-
XYZ18.9217.316.62-
YUV114.5197.24154.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 60 (23.83% from 255) = 18.87%
R=47.80%
G=33.33%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521066000.300.610.403043.441.57
Hex986A3C01E3D281e2b2a
Octal230152740367550365352
Binary10011000110101011110001111011110110100011110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,106,60); }

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

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

 a { background-color: rgb(152,106,60); }

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

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

 span { border-color: rgb(152,106,60); }

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