#996A40

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

Shades of McKenzie #996A40

Tints of McKenzie #996A40

Color information

#996A40 (or 0x996A40) is unknown color: approx McKenzie. HEX triplet: 99, 6A and 40. RGB value is (153,106,64). Sum of RGB (Red+Green+Blue) = 153+106+64=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #996A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A40 is #6695BF. Grayscale: #737373. Windows color (decimal): -6723008 or 4221593. OLE color: 4221593.

HSL color Cylindrical-coordinate representation of color #996A40: hue angle of 28.31º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #996A40 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB15310664-
CMYK00.310.580.4
HSL28.31º41.01%42.55%-
HSV(B)28.31º58.17%60%-
XYZ19.2217.457.21-
YUV115.2699.07154.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=47.37%
G=32.82%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531066400.310.580.428.3141.0142.55
Hex996A4001F3A281c292b
Octal2311521000377250345153
Binary100110011101010100000001111111101010100011100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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