#996A3C

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

Shades of McKenzie #996A3C

Tints of McKenzie #996A3C

Color information

#996A3C (or 0x996A3C) is unknown color: approx McKenzie. HEX triplet: 99, 6A and 3C. RGB value is (153,106,60). Sum of RGB (Red+Green+Blue) = 153+106+60=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #996A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A3C is #6695C3. Grayscale: #737373. Windows color (decimal): -6723012 or 3959449. OLE color: 3959449.

HSL color Cylindrical-coordinate representation of color #996A3C: hue angle of 29.68º degrees, saturation: 0.44, 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 #996A3C is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB15310660-
CMYK00.310.610.4
HSL29.68º43.66%41.76%-
HSV(B)29.68º60.78%60%-
XYZ19.1117.416.63-
YUV114.8197.07155.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 60 (23.83% from 255) = 18.81%
R=47.96%
G=33.23%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531066000.310.610.429.6843.6641.76
Hex996A3C01F3D281e2c2a
Octal231152740377550365452
Binary10011001110101011110001111111110110100011110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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