#996A3D

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

Shades of McKenzie #996A3D

Tints of McKenzie #996A3D

Color information

#996A3D (or 0x996A3D) is unknown color: approx McKenzie. HEX triplet: 99, 6A and 3D. RGB value is (153,106,61). Sum of RGB (Red+Green+Blue) = 153+106+61=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #996A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A3D is #6695C2. Grayscale: #737373. Windows color (decimal): -6723011 or 4024985. OLE color: 4024985.

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

Color convert

RGB15310661-
CMYK00.310.600.4
HSL29.35º42.99%41.96%-
HSV(B)29.35º60.13%60%-
XYZ19.1317.426.77-
YUV114.9297.57155.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 61 (24.22% from 255) = 19.06%
R=47.81%
G=33.12%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531066100.310.600.429.3542.9941.96
Hex996A3D01F3C281d2b2a
Octal231152750377450355352
Binary10011001110101011110101111111110010100011101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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