#996B43

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

Shades of Dark Tan #996B43

Tints of Dark Tan #996B43

Color information

#996B43 (or 0x996B43) is unknown color: approx Dark Tan. HEX triplet: 99, 6B and 43. RGB value is (153,107,67). Sum of RGB (Red+Green+Blue) = 153+107+67=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #996B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B43 is #6694BC. Grayscale: #747474. Windows color (decimal): -6722749 or 4418457. OLE color: 4418457.

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

Color convert

RGB15310767-
CMYK00.300.560.4
HSL27.91º39.09%43.14%-
HSV(B)27.91º56.21%60%-
XYZ19.4117.697.7-
YUV116.19100.24154.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.79%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 67 (26.56% from 255) = 20.49%
R=46.79%
G=32.72%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531076700.300.560.427.9139.0943.14
Hex996B4301E38281c272b
Octal2311531030367050344753
Binary100110011101011100001101111011100010100011100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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