#996B3F

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

Shades of McKenzie #996B3F

Tints of McKenzie #996B3F

Color information

#996B3F (or 0x996B3F) is unknown color: approx McKenzie. HEX triplet: 99, 6B and 3F. RGB value is (153,107,63). Sum of RGB (Red+Green+Blue) = 153+107+63=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #996B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B3F is #6694C0. Grayscale: #737373. Windows color (decimal): -6722753 or 4156313. OLE color: 4156313.

HSL color Cylindrical-coordinate representation of color #996B3F: hue angle of 29.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #996B3F is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB15310763-
CMYK00.300.590.4
HSL29.33º41.67%42.35%-
HSV(B)29.33º58.82%60%-
XYZ19.2917.657.09-
YUV115.7498.24154.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 63 (25% from 255) = 19.50%
R=47.37%
G=33.13%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531076300.300.590.429.3341.6742.35
Hex996B3F01E3B281d2a2a
Octal231153770367350355252
Binary10011001110101111111101111011101110100011101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,107,63); }

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

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

 a { background-color: rgb(153,107,63); }

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

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

 span { border-color: rgb(153,107,63); }

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