#996A43

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

Shades of Dark Tan #996A43

Tints of Dark Tan #996A43

Color information

#996A43 (or 0x996A43) is unknown color: approx Dark Tan. HEX triplet: 99, 6A and 43. RGB value is (153,106,67). Sum of RGB (Red+Green+Blue) = 153+106+67=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #996A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A43 is #6695BC. Grayscale: #737373. Windows color (decimal): -6723005 or 4418201. OLE color: 4418201.

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

Color convert

RGB15310667-
CMYK00.310.560.4
HSL27.21º39.09%43.14%-
HSV(B)27.21º56.21%60%-
XYZ19.317.497.67-
YUV115.61100.57154.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 67 (26.56% from 255) = 20.55%
R=46.93%
G=32.52%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531066700.310.560.427.2139.0943.14
Hex996A4301F38281b272b
Octal2311521030377050334753
Binary100110011101010100001101111111100010100011011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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