#996A54

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

Shades of Dark Tan #996A54

Tints of Dark Tan #996A54

Color information

#996A54 (or 0x996A54) is unknown color: approx Dark Tan. HEX triplet: 99, 6A and 54. RGB value is (153,106,84). Sum of RGB (Red+Green+Blue) = 153+106+84=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #996A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A54 is #6695AB. Grayscale: #757575. Windows color (decimal): -6722988 or 5532313. OLE color: 5532313.

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

Color convert

RGB15310684-
CMYK00.310.450.4
HSL19.13º29.11%46.47%-
HSV(B)19.13º45.1%60%-
XYZ19.8917.7210.76-
YUV117.54109.07153.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=44.61%
G=30.90%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531068400.310.450.419.1329.1146.47
Hex996A5401F2D28131d2e
Octal2311521240375550233556
Binary10011001110101010101000111111011011010001001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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