#996C3F

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

Shades of McKenzie #996C3F

Tints of McKenzie #996C3F

Color information

#996C3F (or 0x996C3F) is unknown color: approx McKenzie. HEX triplet: 99, 6C and 3F. RGB value is (153,108,63). Sum of RGB (Red+Green+Blue) = 153+108+63=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #996C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C3F is #6693C0. Grayscale: #747474. Windows color (decimal): -6722497 or 4156569. OLE color: 4156569.

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

Color convert

RGB15310863-
CMYK00.290.590.4
HSL30º41.67%42.35%-
HSV(B)30º58.82%60%-
XYZ19.417.867.13-
YUV116.3297.91154.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 19.44%
R=47.22%
G=33.33%
B=19.44%

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
Decimal1531086300.290.590.43041.6742.35
Hex996C3F01D3B281e2a2a
Octal231154770357350365252
Binary10011001110110011111101110111101110100011110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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