#996D3F

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

Shades of McKenzie #996D3F

Tints of McKenzie #996D3F

Color information

#996D3F (or 0x996D3F) is unknown color: approx McKenzie. HEX triplet: 99, 6D and 3F. RGB value is (153,109,63). Sum of RGB (Red+Green+Blue) = 153+109+63=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #996D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D3F is #6692C0. Grayscale: #757575. Windows color (decimal): -6722241 or 4156825. OLE color: 4156825.

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

Color convert

RGB15310963-
CMYK00.290.590.4
HSL30.67º41.67%42.35%-
HSV(B)30.67º58.82%60%-
XYZ19.518.077.16-
YUV116.9197.58153.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 109 (42.97% from 255) = 33.54%
BLUE value IS 63 (25% from 255) = 19.38%
R=47.08%
G=33.54%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531096300.290.590.430.6741.6742.35
Hex996D3F01D3B281f2a2a
Octal231155770357350375252
Binary10011001110110111111101110111101110100011111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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