#996A3B

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

Shades of McKenzie #996A3B

Tints of McKenzie #996A3B

Color information

#996A3B (or 0x996A3B) is unknown color: approx McKenzie. HEX triplet: 99, 6A and 3B. RGB value is (153,106,59). Sum of RGB (Red+Green+Blue) = 153+106+59=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #996A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A3B is #6695C4. Grayscale: #727272. Windows color (decimal): -6723013 or 3893913. OLE color: 3893913.

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

Color convert

RGB15310659-
CMYK00.310.610.4
HSL30º44.34%41.57%-
HSV(B)30º61.44%60%-
XYZ19.0817.46.49-
YUV114.796.57155.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 59 (23.44% from 255) = 18.55%
R=48.11%
G=33.33%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531065900.310.610.43044.3441.57
Hex996A3B01F3D281e2c2a
Octal231152730377550365452
Binary10011001110101011101101111111110110100011110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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